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/dav
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-07-04 11:17:32 +0300
committerGitHub <noreply@github.com>2022-07-04 11:17:32 +0300
commitef607e308bba9a6724355ff8b913c2cd08f98534 (patch)
tree2bb3702dbda4d40f764b9d4f37b426816833ee6d /apps/dav
parente9ca761a9393cfea2ceb93fb07d4c6b67eb2ce60 (diff)
parentd5117af2921a6cecab7c7219de447728d619877c (diff)
Merge pull request #33097 from nextcloud/rakekniven-patch-2
l10n: Fixed typo
Diffstat (limited to 'apps/dav')
-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 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"