refactor: update en.json

This commit is contained in:
robin 2022-11-07 12:34:22 +08:00
parent d6b65c3da5
commit f4a2b6b614
1 changed files with 2 additions and 0 deletions

View File

@ -990,6 +990,7 @@
"site_url": { "site_url": {
"label": "Site URL", "label": "Site URL",
"msg": "Site url cannot be empty.", "msg": "Site url cannot be empty.",
"validate": "Please enter a valid URL.",
"text": "The address of your site." "text": "The address of your site."
}, },
"short_description": { "short_description": {
@ -1005,6 +1006,7 @@
"contact_email": { "contact_email": {
"label": "Contact Email", "label": "Contact Email",
"msg": "Contact email cannot be empty.", "msg": "Contact email cannot be empty.",
"validate": "Contact email is not valid.",
"text": "Email address of key contact responsible for this site." "text": "Email address of key contact responsible for this site."
} }
}, },