[ADF-5048] Review UI strings (#5406)

This commit is contained in:
Mark Hulbert
2020-01-27 12:12:55 +00:00
committed by Eugenio Romano
parent f8d3b29ff5
commit 1bfead2cd3
3 changed files with 9 additions and 9 deletions

View File

@@ -184,15 +184,15 @@
"ADF_CLOUD_USERS": {
"ERROR": {
"NOT_FOUND": "No user found with the name {{userName}}"
"NOT_FOUND": "No user found with the username {{userName}}"
}
},
"ADF_CLOUD_PEOPLE_GROUPS": {
"ERROR": {
"INVALID_PATTERN": "Not mathcing pattern {{pattern}}",
"INVALID_MIN_LENGTH": "Minimum length {{requiredLength}}",
"INVALID_MAX_LENGTH": "Maximum length {{requiredLength}}",
"REQUIRED": "Field is required"
"INVALID_PATTERN": "Must match the pattern {{pattern}}",
"INVALID_MIN_LENGTH": "Must be at least {{requiredLength}} characters",
"INVALID_MAX_LENGTH": "Length exceeded, {{requiredLength}} characters max",
"REQUIRED": "Field required"
}
},
"ADF_CLOUD_TASK_HEADER": {