1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-27 02:34:11 +02:00

chore: remove beta label from some features

This commit is contained in:
syuilo
2025-12-18 15:15:07 +09:00
parent f48af7f73b
commit 46e6dd99d1
3 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<SearchMarker :keywords="['follow', 'message']">
<MkInput v-model="profile.followedMessage" :max="200" manualSave :mfmPreview="false">
<template #label><SearchLabel>{{ i18n.ts._profile.followedMessage }}</SearchLabel><span class="_beta">{{ i18n.ts.beta }}</span></template>
<template #label><SearchLabel>{{ i18n.ts._profile.followedMessage }}</SearchLabel></template>
<template #caption>
<div><SearchText>{{ i18n.ts._profile.followedMessageDescription }}</SearchText></div>
<div>{{ i18n.ts._profile.followedMessageDescriptionForLockedAccount }}</div>