explorer: explain how to fix error

This commit is contained in:
David Lechner
2022-05-30 11:03:26 -05:00
parent d42b72f1a3
commit e300aa7d64
@@ -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."
}
}