From 4dc2172426a5a103b07b49ac1e04bcc7e2c688ed Mon Sep 17 00:00:00 2001 From: flusheDData <116861809+flusheDData@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:31:05 +0200 Subject: [PATCH] Update es.rs New term added --- 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 f3887cd8e..4de8a142e 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Connection failed due to inactivity", "Desconectar automáticamente por inactividad."), ("Check for software update on startup", "Comprobar actualización al iniciar"), ("upgrade_rustdesk_server_pro_to_{}_tip", "¡Por favor, actualiza RustDesk Server Pro a la versión {} o superior"), - ("pull_group_failed_tip", ""), + ("pull_group_failed_tip", "No se ha podido refrescar el grupo"), ].iter().cloned().collect(); }