Update es.rs

This commit is contained in:
Miguel F. G
2022-12-26 15:06:26 +01:00
committed by GitHub
Unverified
parent 0d0957cea5
commit ecce656b8d

View File

@@ -405,6 +405,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add to Address Book", "Añadir a la libreta de direcciones"),
("Group", "Grupo"),
("Search", "Búsqueda"),
("Closed manually by the web console", ""),
("Closed manually by the web console", "Cerrado manualmente por la consola web"),
].iter().cloned().collect();
}