tickera-angular-components 0.0.1-dev.133 → 0.0.1-dev.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/i18n/en.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"formErrors": {
|
|
3
3
|
"required": "This field is required",
|
|
4
|
-
"minlength": "Must be at least {{
|
|
5
|
-
"maxlength": "Must not exceed {{
|
|
4
|
+
"minlength": "Must be at least {{length}} characters",
|
|
5
|
+
"maxlength": "Must not exceed {{length}} characters",
|
|
6
6
|
"pattern": "Invalid format",
|
|
7
7
|
"email": "Invalid format",
|
|
8
8
|
"mustMatch": "Passwords do not match",
|