From 32d6ba0129340d5167764e82eeff7cdf4adc6ee7 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:16:27 +0100 Subject: [PATCH] fix(l10n): use `do not` instead of `don't` Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/files/src/components/DragAndDropNotice.vue | 2 +- apps/files/templates/list.php | 2 +- apps/files_sharing/src/views/SharingDetailsTab.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue index 298671a9a69..8c6549b79a2 100644 --- a/apps/files/src/components/DragAndDropNotice.vue +++ b/apps/files/src/components/DragAndDropNotice.vue @@ -85,7 +85,7 @@ export default defineComponent({ if (this.isQuotaExceeded) { return this.t('files', 'Your have used your space quota and cannot upload files anymore') } else if (!this.canUpload) { - return this.t('files', 'You don\'t have permission to upload or create files here.') + return this.t('files', 'You do not have permission to upload or create files here.') } return null }, diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index bc537f5fee7..85e3b24043f 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -13,7 +13,7 @@