From ecce656b8d455d21a339e00c7866af32353482b2 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Mon, 26 Dec 2022 15:06:26 +0100 Subject: [PATCH] Update es.rs --- src/lang/es.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index 6923029ff..0a2ccfd35 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -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(); }