From da65c8132157e658989c7453795c4754b2b744f7 Mon Sep 17 00:00:00 2001 From: David Hurtado Date: Fri, 12 Feb 2021 09:34:41 -0400 Subject: [PATCH] UPDATE es.json Misspelling "Actions" Actions Menu Title is misspelling in spanish, it's must be "Acciones" but now is written like "Actiones". --- .../src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 52402db298..076d4b2517 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json @@ -11,7 +11,7 @@ "Close": "Cerrar", "Save": "Guardar", "SavingWithThreeDot": "Guardando...", - "Actions": "Actiones", + "Actions": "Acciones", "Delete": "Borrar", "Edit": "Editar", "Refresh": "Actualizar", @@ -49,4 +49,4 @@ "ItemWillBeDeletedMessage": "Este elemento serĂ¡ borrado", "ManageYourAccount": "Gestiona tu cuenta" } -} \ No newline at end of file +}