Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sayamame-beans <[email protected]>
  • Loading branch information
anatawa12 and Sayamame-beans authored Jun 30, 2024
1 parent a2e26fb commit 33a81e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Unreleased

### General
- 未知のリモートユーザからの通知を生成するノートをブロックする機能の改善 (#206)
- 未知のリモートユーザーによる通知が発生するノートをブロックする機能の改善 (#206)

### Client

Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/src/pages/admin/moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea>

<MkSwitch v-model="nirilaBlockMentionsFromUnfamiliarRemoteUsers">
<template #label>未知のリモートユーザからの通知を生成するノートをブロックする</template>
<template #label>未知のリモートユーザーによる通知が発生するノートをブロックする</template>
</MkSwitch>

<MkTextarea v-model="hiddenTags">
<template #label>未知のリモートユーザからの通知を許可するローカルユーザのid</template>
<template #caption>9grmcrkrslのようなユーザのidであって@adminのようなユーザ名ではないことに気をつけてください。</template>
<template #label>未知のリモートユーザーによる通知を許可するローカルユーザーのID</template>
<template #caption>`@admin`のようなユーザ名ではなく、`9grmcrkrsl`のようなユーザーのIDであることに注意してください。</template>
</MkTextarea>
</div>
</FormSuspense>
Expand Down

0 comments on commit 33a81e8

Please sign in to comment.