enhance(word-mute): ワードミュートの制限を文字数から設定項目数に (MisskeyIO#242)
This commit is contained in:
parent
61592a3fb2
commit
d2b2beef80
3 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue