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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-07-02 23:39:41 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-04 10:30:52 +0300
commitd5117af2921a6cecab7c7219de447728d619877c (patch)
treeb21824fa553fc87bd034c66530485e0c0012e180 /apps
parent391c2272bbab23459d999742ed0a932e0e275773 (diff)
l10n: Fixed typo
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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 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"