This commit is contained in:
syuilo 2024-09-28 13:41:31 +09:00
parent 9e9198086d
commit f49d7927aa

View file

@ -89,7 +89,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</FormSlot> </FormSlot>
<MkInput v-model="profile.followedMessage" :max="200" manualSave :mfmPreview="false"> <MkInput v-model="profile.followedMessage" :max="200" manualSave :mfmPreview="false">
<template #label>{{ i18n.ts._profile.followedMessage }}</template> <template #label>{{ i18n.ts._profile.followedMessage }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
<template #caption> <template #caption>
<div>{{ i18n.ts._profile.followedMessageDescription }}</div> <div>{{ i18n.ts._profile.followedMessageDescription }}</div>
<div>{{ i18n.ts._profile.followedMessageDescriptionForLockedAccount }}</div> <div>{{ i18n.ts._profile.followedMessageDescriptionForLockedAccount }}</div>