diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-06-08 11:39:00 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-06-08 11:39:00 +0100 |
| commit | 90b1191a979af126db12b25072abe6fdbfcd323d (patch) | |
| tree | e0241b451cfc43b5bea748e5ee0b911b0dc6e362 /app/src/main/res/values-es | |
| parent | 05c62b867ad7b827f228b10d5f3e9547d3d8beec (diff) | |
aded stuff
Diffstat (limited to 'app/src/main/res/values-es')
| -rw-r--r-- | app/src/main/res/values-es/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 1a2566e..ac08189 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="field_email">Correo electronico</string> + <string name="field_password">Contrasena</string> <string name="field_signin">Registro</string> <string name="forgot_password">Olvidé la contraseña</string> - <string name="signin">Registrarte</string> + <string name="signup">Registrarte</string> <string name="login">Acceder</string> </resources>
\ No newline at end of file |