From 1cf370882e530b227c5c5c89b3e73853497db18a Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Wed, 9 Apr 2025 07:51:24 +0900 Subject: [PATCH] add missing SearchMarker --- locales/index.d.ts | 2 +- .../src/pages/settings/notifications.vue | 112 +++++++++--------- 2 files changed, 58 insertions(+), 56 deletions(-) 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 -->