Browse Source

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...".
pull/20297/head
Luis Pignataro 2 years ago
parent
commit
40ee01b23b
  1. 2
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json

2
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",

Loading…
Cancel
Save