Added the error messages in the Localizable strings of the Login module.

This commit is contained in:
Javier Cicchelli 2022-12-11 21:32:35 +01:00
parent c00fe919f0
commit 0a8b18719a

View File

@ -10,3 +10,6 @@
"login.text_field.username.placeholder" = "Username";
"login.text_field.password.placeholder" = "Password";
"login.button.log_in.text" = "Log in";
"login.error.authentication_failed.text" = "The provided username and/or password are incorrect.\nPlease try again.";
"login.error.unknown.text" = "An unexpected error occurred while trying to authenticate your credentials.\nPlease try again at a later time.";