diff options
author | Simon L <szaimen@e.mail.de> | 2022-07-04 10:17:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 10:17:32 +0200 |
commit | ef607e308bba9a6724355ff8b913c2cd08f98534 (patch) | |
tree | 2bb3702dbda4d40f764b9d4f37b426816833ee6d /apps | |
parent | e9ca761a9393cfea2ceb93fb07d4c6b67eb2ce60 (diff) | |
parent | d5117af2921a6cecab7c7219de447728d619877c (diff) | |
download | nextcloud-server-ef607e308bba9a6724355ff8b913c2cd08f98534.tar.gz nextcloud-server-ef607e308bba9a6724355ff8b913c2cd08f98534.zip |
Merge pull request #33097 from nextcloud/rakekniven-patch-2
l10n: Fixed typo
Diffstat (limited to 'apps')
-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 21a0c3a5227..515b3a3b63a 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 availability to mute all notifications.') }} + {{ $t('dav', 'Automatically set user status to "Do not disturb" outside of availability to mute all notifications.') }} </CheckboxRadioSwitch> <Button :disabled="loading || saving" |