Fix a typo in a profile editor string

This commit is contained in:
Fedor Indutny 2024-06-10 10:57:24 -07:00 committed by GitHub
parent f19f0fb47d
commit 0f2b71b4a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5547,7 +5547,7 @@
"description": "Shown if user has attempted to begin their username with a number"
},
"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"
},
"icu:ProfileEditor--username--check-character-max": {