From c88a30a523e9e599dcfe0d4b41b744fb98c72d1e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Jun 2022 15:43:30 +0200 Subject: [PATCH] Fix typo of availability Signed-off-by: Joas Schilling --- apps/dav/src/views/Availability.vue | 2 +- dist/dav-settings-personal-availability.js | 4 ++-- dist/dav-settings-personal-availability.js.map | 2 +- 3 files changed, 4 insertions(+), 4 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')" /> - {{ $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.') }}