From 8c8cea024a3c2d9d234cf9011ae45a4d89aa1d77 Mon Sep 17 00:00:00 2001 From: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Wed, 21 May 2025 21:13:45 +0900 Subject: enhance(frontend): 通知設定ページにサウンド設定ページへのリンクを追加 (#16072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/settings/notifications.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/frontend/src/pages/settings') diff --git a/packages/frontend/src/pages/settings/notifications.vue b/packages/frontend/src/pages/settings/notifications.vue index e42e6613ac..4e8d88ab74 100644 --- a/packages/frontend/src/pages/settings/notifications.vue +++ b/packages/frontend/src/pages/settings/notifications.vue @@ -38,11 +38,12 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ i18n.ts.markAsReadAllNotifications }} + {{ i18n.ts.notificationSoundSettings }} - + + {{ i18n.ts.markAsReadAllNotifications }} {{ i18n.ts._notification.sendTestNotification }} {{ i18n.ts._notification.flushNotification }} -- cgit v1.2.3-freya