FIX - Update regex error value for English translation (#6976)

Co-authored-by: Nick Hayden <nick@192-168-1-101.tpgi.com.au>
This commit is contained in:
Nick Hayden 2020-07-16 19:18:48 +10:00 committed by GitHub
parent 3fbf9902d5
commit a43b14e250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@
"components.Input.error.validation.min": "The value is too low.", "components.Input.error.validation.min": "The value is too low.",
"components.Input.error.validation.minLength": "The value is too short.", "components.Input.error.validation.minLength": "The value is too short.",
"components.Input.error.validation.minSupMax": "Can't be superior", "components.Input.error.validation.minSupMax": "Can't be superior",
"components.Input.error.validation.regex": "The value not match the regex.", "components.Input.error.validation.regex": "The value does not match the regex.",
"components.Input.error.validation.required": "This value is required.", "components.Input.error.validation.required": "This value is required.",
"components.ListRow.empty": "There is no data to be shown.", "components.ListRow.empty": "There is no data to be shown.",
"components.OverlayBlocker.description": "You're using a feature that needs the server to restart. Please wait until the server is up.", "components.OverlayBlocker.description": "You're using a feature that needs the server to restart. Please wait until the server is up.",

View File

@ -121,7 +121,7 @@
"error.validation.min": "The value is too low.", "error.validation.min": "The value is too low.",
"error.validation.minLength": "The value is too short.", "error.validation.minLength": "The value is too short.",
"error.validation.minSupMax": "Can't be superior", "error.validation.minSupMax": "Can't be superior",
"error.validation.regex": "The value not match the regex.", "error.validation.regex": "The value does not match the regex.",
"error.validation.required": "This value input is required.", "error.validation.required": "This value input is required.",
"form.Input.bulkActions": "Enable bulk actions", "form.Input.bulkActions": "Enable bulk actions",

View File

@ -116,7 +116,7 @@
"components.Input.error.validation.min": "The value is too low.", "components.Input.error.validation.min": "The value is too low.",
"components.Input.error.validation.minLength": "The value is too short.", "components.Input.error.validation.minLength": "The value is too short.",
"components.Input.error.validation.minSupMax": "Can't be superior", "components.Input.error.validation.minSupMax": "Can't be superior",
"components.Input.error.validation.regex": "The value not match the regex.", "components.Input.error.validation.regex": "The value does not match the regex.",
"components.Input.error.validation.required": "This value is required.", "components.Input.error.validation.required": "This value is required.",
"components.ListRow.empty": "There is no data to be shown.", "components.ListRow.empty": "There is no data to be shown.",
"components.OverlayBlocker.description": "You're using a feature that needs the server to restart. Please wait until the server is up.", "components.OverlayBlocker.description": "You're using a feature that needs the server to restart. Please wait until the server is up.",