Skip to content

Commit 61aa0b4

Browse files
committed
fix(files_sharing): l10n typo
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 05b2a15 commit 61aa0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/src/services/GuestNameValidity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { t } from '@nextcloud/l10n'
1313
*/
1414
export function getGuestNameValidity(name: string, escape = false): string {
1515
if (name.trim() === '') {
16-
return t('files', 'Filename must not be empty.')
16+
return t('files', 'Names must not be empty.')
1717
}
1818

1919
if (name.startsWith('.')) {

0 commit comments

Comments
 (0)