fix: update tag slug description

This commit is contained in:
fen 2022-10-10 16:08:27 +08:00
parent 58adeaf6da
commit 4126c229d6
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@
},
"slug_name": {
"label": "URL slug",
"description": "Spaces are not allowed, please use '-' instead.",
"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"
@ -264,7 +264,7 @@
},
"slug_name": {
"label": "URL slug",
"info": "Spaces are not allowed, please use '-' instead."
"info": "Must use the character set \"a-z\", \"0-9\", \"+ # - .\""
},
"description": {
"label": "Description"