We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b2a15 commit 61aa0b4Copy full SHA for 61aa0b4
1 file changed
apps/files_sharing/src/services/GuestNameValidity.ts
@@ -13,7 +13,7 @@ import { t } from '@nextcloud/l10n'
13
*/
14
export function getGuestNameValidity(name: string, escape = false): string {
15
if (name.trim() === '') {
16
- return t('files', 'Filename must not be empty.')
+ return t('files', 'Names must not be empty.')
17
}
18
19
if (name.startsWith('.')) {
0 commit comments