Update es.rs

typo correction
This commit is contained in:
Miguel F. G 2023-03-14 16:52:32 +01:00 committed by GitHub
parent b0c4803113
commit 2642dcf37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("empty_address_book_tip", "Parece que actualmente no hay pares en tu libreta de direcciones."),
("eg: admin", "ej.: admin"),
("Empty Username", "Nombre de usuario vacío"),
("Empty Password", "Contaseña vacía"),
("Empty Password", "Contraseña vacía"),
("Me", "Yo"),
].iter().cloned().collect();
}