diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2025-02-28 16:16:27 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2025-02-28 16:43:14 +0100 |
commit | 288287935a6056c8d156d6bc8a080ade5e107500 (patch) | |
tree | 76aad206f81183410cab62f409336d93d0003d2c /apps/files_sharing | |
parent | 45b0a0379e5c763a3eec766ee75f3de112f56227 (diff) | |
download | nextcloud-server-288287935a6056c8d156d6bc8a080ade5e107500.tar.gz nextcloud-server-288287935a6056c8d156d6bc8a080ade5e107500.zip |
fix(l10n): use `do not` instead of `don't`
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/src/views/SharingDetailsTab.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index 111d974d9e5..1b9e24d4713 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -743,7 +743,7 @@ export default { }, errorPasswordLabel() { if (this.passwordError) { - return t('files_sharing', "Password field can't be empty") + return t('files_sharing', "Password field cannot be empty") } return undefined }, |