aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views/SharingDetailsTab.vue
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2025-02-28 16:16:27 +0100
committerskjnldsv <skjnldsv@protonmail.com>2025-02-28 16:43:14 +0100
commit288287935a6056c8d156d6bc8a080ade5e107500 (patch)
tree76aad206f81183410cab62f409336d93d0003d2c /apps/files_sharing/src/views/SharingDetailsTab.vue
parent45b0a0379e5c763a3eec766ee75f3de112f56227 (diff)
downloadnextcloud-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/src/views/SharingDetailsTab.vue')
-rw-r--r--apps/files_sharing/src/views/SharingDetailsTab.vue2
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
},