fix: typo

This commit is contained in:
fen 2022-10-11 17:05:36 +08:00 committed by mingcheng
parent 5ba25873be
commit 901fce084d
1 changed files with 7 additions and 7 deletions

View File

@ -216,16 +216,16 @@
"label": "Display name",
"msg": {
"empty": "Display name cannot be empty.",
"range": "Display name up to 35 characters"
"range": "Display name up to 35 characters."
}
},
"slug_name": {
"label": "URL slug",
"description": "Must use the character set \"a-z\", \"0-9\", \"+ # - .\"",
"msg": {
"empty": "Please enter a name for the tag.",
"range": "URL slug up to 35 characters",
"character": "must use the character set a-z 0-9 + # - ."
"empty": "URL slug cannot be empty.",
"range": "URL slug up to 35 characters.",
"character": "URL slug contains unallowed character set."
}
},
"description": {
@ -413,7 +413,7 @@
"title": "Captcha",
"placeholder": "Type the text above",
"msg": {
"empty": "Cannot be empty."
"empty": "Captcha cannot be empty."
}
},
"inactive": {
@ -434,7 +434,7 @@
"label": "Name",
"msg": {
"empty": "Name cannot be empty.",
"range": "Name up to 30 characters"
"range": "Name up to 30 characters."
}
},
"email": {
@ -757,7 +757,7 @@
"confirm_content": "Are you sure you want to delete this user? This is permanent!",
"confirm_btn": "Delete",
"msg": {
"empty": "Please select a reason"
"empty": "Please select a reason."
}
},
"status_modal": {