[ACA-2882] Create from template - generic form errors (#1317)

* remove type from error message

* change validation message

* change required message
This commit is contained in:
Cilibiu Bogdan
2020-01-23 09:58:30 +02:00
committed by Adina Parpalita
parent 7c30ad139f
commit 5e203cab96
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -377,10 +377,10 @@
"ERRORS": {
"DESCRIPTION_TOO_LONG": "Use 512 characters or less for description",
"TITLE_TOO_LONG": "Use 256 characters or less for title",
"REQUIRED": "File name is required",
"SPECIAL_CHARACTERS": "File name can't contain these characters * \" < > \\ / ? : |",
"ENDING_DOT": "File name can't end with a period .",
"ONLY_SPACES": "File name can't contain only spaces"
"REQUIRED": "Name is required",
"SPECIAL_CHARACTERS": "Name can't contain these characters * \" < > \\ / ? : |",
"ENDING_DOT": "Name can't end with a period .",
"ONLY_SPACES": "Name can't contain only spaces"
}
}
},