From 40ee01b23b12b787324d5c8dcaa4e2fe0caec0fa Mon Sep 17 00:00:00 2001 From: Luis Pignataro Date: Fri, 26 Jul 2024 19:59:23 -0300 Subject: [PATCH] Fix typo in Spanish translation for "Loading..." Corrected a typographical error in the Spanish localization file (`es.json`). The word "Cargardo..." was changed to "Cargando..." to accurately translate "Loading...". --- framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json index 9d8578bc94..e40e2189f4 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json @@ -21,7 +21,7 @@ "Language": "Idioma", "LoadMore": "Cargar más", "ProcessingWithThreeDot": "Procesando...", - "LoadingWithThreeDot": "Cargardo...", + "LoadingWithThreeDot": "Cargando...", "Welcome": "Bienvenido", "Login": "Iniciar sesión", "Register": "Registrarse",