#18 Working update username

This commit is contained in:
Tibo De Peuter 2023-04-16 22:08:35 +02:00
parent 8ad82dda43
commit f263b34c12
5 changed files with 34 additions and 13 deletions

View file

@ -5,9 +5,6 @@
<string name="email">Email</string>
<string name="password">Password</string>
<string name="repeat_password">Repeat password</string>
<string name="generic_error">Something wrong happened. Please try again.</string>
<string name="email_error">Please insert a valid email.</string>
<string name="try_again">Try again</string>
<string name="go_back">Go back</string>
<string name="menu">Menu</string>
@ -16,6 +13,12 @@
<string name="save">Save</string>
<string name="cancel">Cancel</string>
<!-- Messages -->
<string name="save_success">Saved successfully!</string>
<string name="try_again">Try again</string>
<string name="generic_error">Something wrong happened. Please try again.</string>
<string name="email_error">Please insert a valid email.</string>
<!-- SignUpScreen -->
<string name="create_account">Create account</string>
<string name="password_error">Your password should have at least six characters and include one digit, one lower case letter and one upper case letter.</string>