Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-06-08 16:43:30 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-01 13:33:07 +0300
commitc88a30a523e9e599dcfe0d4b41b744fb98c72d1e (patch)
treec4dca55f7be39cce5c35dd7d04eab5f84bbb004b /apps
parentbd3c1fdf74f61d8186132bea3ce2bd1528d24ee4 (diff)
Fix typo of availability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/src/views/Availability.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/src/views/Availability.vue b/apps/dav/src/views/Availability.vue
index 0441f5e9dc7..21a0c3a5227 100644
--- a/apps/dav/src/views/Availability.vue
+++ b/apps/dav/src/views/Availability.vue
@@ -25,7 +25,7 @@
:l10n-sunday="$t('dav', 'Sunday')" />
<CheckboxRadioSwitch :checked.sync="automated">
- {{ $t('dav', 'Automatically set user status to "Do not distrub" outside of visibility to mute all notifications.') }}
+ {{ $t('dav', 'Automatically set user status to "Do not distrub" outside of availability to mute all notifications.') }}
</CheckboxRadioSwitch>
<Button :disabled="loading || saving"