From 5a9d50db46a949d487b49414f9c439ac75e1f3da Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:37:30 +0200 Subject: [PATCH] Update es.rs Removal of a space before text --- 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 28d8832f0..da97b90ad 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -208,7 +208,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("x11 expected", "x11 necesario"), ("Port", "Puerto"), ("Settings", "Ajustes"), - ("Username", " Nombre de usuario"), + ("Username", "Nombre de usuario"), ("Invalid port", "Puerto incorrecto"), ("Closed manually by the peer", "Cerrado manualmente por el par"), ("Enable remote configuration modification", "Habilitar modificación remota de configuración"),