mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
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:
parent
3fbf9902d5
commit
a43b14e250
@ -116,7 +116,7 @@
|
||||
"components.Input.error.validation.min": "The value is too low.",
|
||||
"components.Input.error.validation.minLength": "The value is too short.",
|
||||
"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.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.",
|
||||
|
||||
@ -121,7 +121,7 @@
|
||||
"error.validation.min": "The value is too low.",
|
||||
"error.validation.minLength": "The value is too short.",
|
||||
"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.",
|
||||
|
||||
"form.Input.bulkActions": "Enable bulk actions",
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
"components.Input.error.validation.min": "The value is too low.",
|
||||
"components.Input.error.validation.minLength": "The value is too short.",
|
||||
"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.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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user