diff --git a/locales/index.d.ts b/locales/index.d.ts index 13e838205a..868a6e2489 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1715,7 +1715,7 @@ export interface Locale extends ILocale { */ "withFileAntenna": string; /** - * センシティブなチャンネルのノートを非表示 + * センシティブなチャンネルのノートを除外 */ "excludeNotesInSensitiveChannel": string; /** diff --git a/packages/frontend/src/pages/settings/notifications.vue b/packages/frontend/src/pages/settings/notifications.vue index 93a41e9ddd..e42e6613ac 100644 --- a/packages/frontend/src/pages/settings/notifications.vue +++ b/packages/frontend/src/pages/settings/notifications.vue @@ -4,64 +4,66 @@ SPDX-License-Identifier: AGPL-3.0-only -->