diff --git a/packages/client/src/components/notification-setting-window.vue b/packages/client/src/components/notification-setting-window.vue index 64d828394..84550c9da 100644 --- a/packages/client/src/components/notification-setting-window.vue +++ b/packages/client/src/components/notification-setting-window.vue @@ -6,95 +6,81 @@ :with-ok-button="true" :ok-button-disabled="false" @ok="ok()" - @close="$refs.dialog.close()" - @closed="$emit('closed')" + @close="dialog.close()" + @closed="emit('closed')" > - +
- {{ $ts.useGlobalSetting }} - + {{ i18n.ts.useGlobalSetting }} +
- {{ $ts.notificationSettingDesc }} - {{ $ts.disableAll }} - {{ $ts.enableAll }} - {{ $t(`_notification._types.${type}`) }} + {{ i18n.ts.notificationSettingDesc }} + {{ i18n.ts.disableAll }} + {{ i18n.ts.enableAll }} + {{ i18n.t(`_notification._types.${type}`) }}
-