mirror of https://gitee.com/answerdev/answer.git
fix: typo
This commit is contained in:
parent
8e715c8799
commit
64348a9366
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue