From e300aa7d64971678178756afdadb9c3927490e74 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 30 May 2022 11:03:26 -0500 Subject: [PATCH] explorer: explain how to fix error --- src/explorer/fileNameFormGroup/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/explorer/fileNameFormGroup/translations/en.json b/src/explorer/fileNameFormGroup/translations/en.json index dd7495a9..b9ad415f 100644 --- a/src/explorer/fileNameFormGroup/translations/en.json +++ b/src/explorer/fileNameFormGroup/translations/en.json @@ -7,6 +7,6 @@ "hasFileExtension": "The file extension will be added automatically.", "hasInvalidFirstCharacter": "File name must start with a letter ({letters}) or underscore ({underscore}).", "hasInvalidCharacters": "File name can only contain letters ({letters}), numbers ({numbers}), dashes ({dash}) and underscores ({underscore}).", - "alreadyExists": "A file with this name already exists." + "alreadyExists": "A file with this name already exists. Try a different name." } }