Update es.rs

Fix translation for unremember password
This commit is contained in:
Fausto Gutierrez 2023-06-23 14:51:16 +02:00 committed by GitHub
parent 563a205600
commit e7e0721579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Password missed", "Olvidó su contraseña"),
("Wrong credentials", "Credenciales incorrectas"),
("Edit Tag", "Editar tag"),
("Unremember Password", "Olvidaste tu contraseña"),
("Unremember Password", "Olvidar contraseña"),
("Favorites", "Favoritos"),
("Add to Favorites", "Agregar a favoritos"),
("Remove from Favorites", "Quitar de favoritos"),