summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/settings/notification.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/views/components/settings/notification.vue')
-rw-r--r--src/client/app/common/views/components/settings/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/settings/notification.vue b/src/client/app/common/views/components/settings/notification.vue
index b689544d69..2554fe6331 100644
--- a/src/client/app/common/views/components/settings/notification.vue
+++ b/src/client/app/common/views/components/settings/notification.vue
@@ -2,7 +2,7 @@
<ui-card>
<template #title><fa :icon="['far', 'bell']"/> {{ $t('title') }}</template>
<section>
- <ui-switch v-model="$store.state.i.settings.autoWatch" @change="onChangeAutoWatch">
+ <ui-switch v-model="$store.state.i.autoWatch" @change="onChangeAutoWatch">
{{ $t('auto-watch') }}<template #desc>{{ $t('auto-watch-desc') }}</template>
</ui-switch>
<section>