diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-18 15:15:07 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-18 15:15:07 +0900 |
| commit | 46e6dd99d1759cf0eb3fa5f2bd5c04fe71ce8fa2 (patch) | |
| tree | 59870c01e0adb40929570a06681228700fdf07d6 /packages/frontend/src/pages/admin | |
| parent | 🎨 (diff) | |
| download | misskey-46e6dd99d1759cf0eb3fa5f2bd5c04fe71ce8fa2.tar.gz misskey-46e6dd99d1759cf0eb3fa5f2bd5c04fe71ce8fa2.tar.bz2 misskey-46e6dd99d1759cf0eb3fa5f2bd5c04fe71ce8fa2.zip | |
chore: remove beta label from some features
Diffstat (limited to 'packages/frontend/src/pages/admin')
| -rw-r--r-- | packages/frontend/src/pages/admin/performance.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/performance.vue b/packages/frontend/src/pages/admin/performance.vue index c5f3c2d4f0..3ce8e05982 100644 --- a/packages/frontend/src/pages/admin/performance.vue +++ b/packages/frontend/src/pages/admin/performance.vue @@ -122,7 +122,7 @@ SPDX-License-Identifier: AGPL-3.0-only <SearchMarker> <MkFolder :defaultOpen="true"> <template #icon><SearchIcon><i class="ti ti-bolt"></i></SearchIcon></template> - <template #label><SearchLabel>Misskey® Reactions Boost Technology™ (RBT)</SearchLabel><span class="_beta">{{ i18n.ts.beta }}</span></template> + <template #label><SearchLabel>Misskey® Reactions Boost Technology™ (RBT)</SearchLabel></template> <template v-if="rbtForm.savedState.enableReactionsBuffering" #suffix>Enabled</template> <template v-else #suffix>Disabled</template> <template v-if="rbtForm.modified.value" #footer> |