diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php
index 7fea6f774..1834a65b3 100644
--- a/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php
+++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php
@@ -2,13 +2,13 @@
return [
'sidebar_hover' => [
- 'name' => 'Sidebar Hover',
- 'instructions' => 'Expand the sidebar on hover?',
+ 'name' => 'Desplazamiento de la barra lateral',
+ 'instructions' => '¿Expandir la barra lateral al pasar el mouse?',
],
'navigation' => [
- 'name' => 'Navigation',
- 'instructions' => 'Specify the default order of navigation.',
- 'warning' => 'The first accessible navigation item is used as the home area.',
- 'reorder' => 'Drag and drop the primary navigation items in the sidebar to reorder them.',
+ 'name' => 'Navegación',
+ 'instructions' => 'Especificar el por defecto orden de navegación.',
+ 'warning' => 'El primer elemento de navegación accesible se utiliza como el área inicio.',
+ 'reorder' => 'Arrastre y suelte los elementos de navegación principales en la barra lateral para reordenarlos.',
],
];