@@ -225,7 +225,7 @@ the [Linguistics Institute at Payap University](https://li.payap.ac.th/) in Chia
225
225
"shared_password_description" : " For new users" ,
226
226
"usernames" : " Logins or emails (one per line)" ,
227
227
"usernames_description" : " This will be the **Send/Receive login** for new users" ,
228
- "invalid_username" : " Invalid login/username: {username}. Can only use letters, numbers, and underscore (_) characters." ,
228
+ "invalid_username" : " Invalid login/username: {username}. Only letters, numbers, and underscore (_) characters are allowed ." ,
229
229
"empty_user_field" : " Please enter email addresses and/or logins" ,
230
230
"creator_must_have_email" : " You must have an email address in order to create a project." ,
231
231
"members_added" : " {addedCount} new {addedCount, plural, one {member was} other {members were}} added to project." ,
@@ -389,7 +389,9 @@ If you don't see a dialog or already closed it, click the button below:",
389
389
"register" : {
390
390
"title" : " Register" ,
391
391
"account_exists" : " An account with this email already exists" ,
392
- "invalid_input" : " Please specify an email address or a valid username" ,
392
+ "invalid_email" : " Invalid email address: {email}" ,
393
+ "invalid_username" : " Invalid login/username: {username}. Only letters, numbers, and underscore (_) characters are allowed." ,
394
+ "invalid_input" : " Invalid email address or login/username: {username}. Only letters, numbers, and underscore (_) characters are allowed." ,
393
395
"button_register" : " Register" ,
394
396
"label_email" : " Email" ,
395
397
"label_email_or_username" : " Email or login/username" ,
0 commit comments