diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/notification-settings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/notification-settings.vue b/src/client/app/common/views/components/notification-settings.vue index 566d0b5702..68e3e7b3ad 100644 --- a/src/client/app/common/views/components/notification-settings.vue +++ b/src/client/app/common/views/components/notification-settings.vue @@ -1,6 +1,6 @@ <template> <ui-card> - <div slot="title"><fa :icon="['far', 'bell']"/> {{ $t('notification') }}</div> + <div slot="title"><fa :icon="['far', 'bell']"/> {{ $t('title') }}</div> <section> <ui-switch v-model="$store.state.i.settings.autoWatch" @change="onChangeAutoWatch"> {{ $t('auto-watch') }}<span slot="desc">{{ $t('auto-watch-desc') }}</span> |