From 2926b007ab84b4a94fe561710479f9dba5be0476 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:40:54 +0300 Subject: [PATCH] New translations field.php (Spanish) --- .../visiosoft/base-theme/resources/lang/es/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/es/field.php b/addons/default/visiosoft/base-theme/resources/lang/es/field.php index 6a0ae54bf..bdb4c0676 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/es/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/es/field.php @@ -52,8 +52,8 @@ return [ 'mail' => 'Enviar correo', // Register instruction seed - 'register_instructions' => 'Register Instructions', - 'list' => 'List', - 'instruction_description' => 'Instruction Description', - 'instruction_list' => 'Instruction List', + 'register_instructions' => 'Instrucciones de registro', + 'list' => 'Lista', + 'instruction_description' => 'Descripción de la instrucción', + 'instruction_list' => 'Lista de instrucciones', ]; \ No newline at end of file