From 80c4a83a39b45ef9458c6e6e319536b8ae1dd758 Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:53:04 +0800 Subject: [PATCH] fix: build (#12385) Signed-off-by: fufesou --- 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 08be1c89b..1365efa58 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("The user is not an administrator.", "El usuario no es un administrador."), ("Failed to check if the user is an administrator.", "No se ha podido comprobar si el usuario es un administrador."), ("Supported only in the installed version.", "Soportado solo en la versión instalada."), - ("elevation_username_tip", "Introduzca el nombre de usuario o dominio\\NombreDeUsuario""), + ("elevation_username_tip", "Introduzca el nombre de usuario o dominio\\NombreDeUsuario"), ].iter().cloned().collect(); }