From 17e693712dddbf900f2bedbd2bc5d3a40476c76f Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Mon, 9 Oct 2023 08:21:06 +0100 Subject: [PATCH] Fixed mixed translations in sharing details Due to a typo in the app passed to the translation method, some strings translations don't work. This commit corrects the spelling `file_sharing` to `files_sharing` and hence resolves : https://github.com/nextcloud/server/issues/40801 Signed-off-by: fenn-cs Signed-off-by: nextcloud-command --- .../src/views/SharingDetailsTab.vue | 35 ++++++++++--------- dist/files_sharing-files_sharing_tab.js | 4 +-- dist/files_sharing-files_sharing_tab.js.map | 2 +- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index c8f702cce9397..2799463221429 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -85,17 +85,17 @@ + :label="t('files_sharing', 'Share label')" />