diff options
Diffstat (limited to 'packages/frontend/src/pages/admin/performance.vue')
| -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> |