diff options
author | Joas Schilling <coding@schilljs.com> | 2022-06-08 15:43:30 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-07-01 12:33:07 +0200 |
commit | c88a30a523e9e599dcfe0d4b41b744fb98c72d1e (patch) | |
tree | c4dca55f7be39cce5c35dd7d04eab5f84bbb004b /apps/dav/src | |
parent | bd3c1fdf74f61d8186132bea3ce2bd1528d24ee4 (diff) | |
download | nextcloud-server-c88a30a523e9e599dcfe0d4b41b744fb98c72d1e.tar.gz nextcloud-server-c88a30a523e9e599dcfe0d4b41b744fb98c72d1e.zip |
Fix typo of availability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/src')
-rw-r--r-- | apps/dav/src/views/Availability.vue | 2 |
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" |