enhance(word-mute): ワードミュートの制限を文字数から設定項目数に (MisskeyIO#242)

This commit is contained in:
まっちゃとーにゅ 2023-11-21 03:11:14 +09:00 committed by GitHub
parent 61592a3fb2
commit d2b2beef80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -169,7 +169,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts._role._options.wordMuteMax }}</template>
<template #suffix>{{ policies.wordMuteLimit }}</template>
<MkInput v-model="policies.wordMuteLimit" type="number">
<template #suffix>chars</template>
<template #suffix>items</template>
</MkInput>
</MkFolder>