Skip to content
Snippets Groups Projects
Unverified Commit cd71ad0e authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #17930 from nextcloud/rakekniven-patch-1

l10n: Triple dot to ellipsis
parents 9cd7ecef faa6b8d1
No related branches found
No related tags found
No related merge requests found
......@@ -122,16 +122,16 @@ export default {
return t('files_sharing', 'Resharing is not allowed')
}
if (!allowRemoteSharing && allowMailSharing) {
return t('files_sharing', 'Name or email address...')
return t('files_sharing', 'Name or email address')
}
if (allowRemoteSharing && !allowMailSharing) {
return t('files_sharing', 'Name or federated cloud ID...')
return t('files_sharing', 'Name or federated cloud ID')
}
if (allowRemoteSharing && allowMailSharing) {
return t('files_sharing', 'Name, federated cloud ID or email address...')
return t('files_sharing', 'Name, federated cloud ID or email address')
}
return t('files_sharing', 'Name...')
return t('files_sharing', 'Name')
},
isValidQuery() {
......@@ -147,7 +147,7 @@ export default {
noResultText() {
if (this.loading) {
return t('files_sharing', 'Searching...')
return t('files_sharing', 'Searching')
}
return t('files_sharing', 'No elements found.')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment