From c67c0df76248ca23dd3ee2223da09b0f9bc9196c Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 25 Jun 2022 09:29:42 +0000 Subject: [PATCH] fix notification-setting-window.vue --- .../components/notification-setting-window.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/client/src/components/notification-setting-window.vue b/packages/client/src/components/notification-setting-window.vue index 84550c9da..bf0a148f5 100644 --- a/packages/client/src/components/notification-setting-window.vue +++ b/packages/client/src/components/notification-setting-window.vue @@ -21,14 +21,14 @@ {{ i18n.ts.notificationSettingDesc }} {{ i18n.ts.disableAll }} {{ i18n.ts.enableAll }} - {{ i18n.t(`_notification._types.${type}`) }} + {{ i18n.t(`_notification._types.${ntype}`) }}