Fix a typo in a profile editor string
This commit is contained in:
parent
f19f0fb47d
commit
0f2b71b4a6
1 changed files with 1 additions and 1 deletions
|
@ -5547,7 +5547,7 @@
|
||||||
"description": "Shown if user has attempted to begin their username with a number"
|
"description": "Shown if user has attempted to begin their username with a number"
|
||||||
},
|
},
|
||||||
"icu:ProfileEditor--username--check-character-min": {
|
"icu:ProfileEditor--username--check-character-min": {
|
||||||
"messageformat": "Usernames must have a least {min, number} characters.",
|
"messageformat": "Usernames must have at least {min, number} characters.",
|
||||||
"description": "Shown if user has attempted to enter a username with too few characters - currently min is 3"
|
"description": "Shown if user has attempted to enter a username with too few characters - currently min is 3"
|
||||||
},
|
},
|
||||||
"icu:ProfileEditor--username--check-character-max": {
|
"icu:ProfileEditor--username--check-character-max": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue