From de8fd59234484abb881424b2c941ec64a84f824c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:49:50 +0300 Subject: [PATCH] New translations field.php (Swedish) --- .../visiosoft/base-theme/resources/lang/sv/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/sv/field.php b/addons/default/visiosoft/base-theme/resources/lang/sv/field.php index 0d0ccce05..0d176e5f3 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sv/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sv/field.php @@ -52,8 +52,8 @@ return [ 'mail' => 'Skicka brev', // Register instruction seed - 'register_instructions' => 'Register Instructions', - 'list' => 'List', - 'instruction_description' => 'Instruction Description', - 'instruction_list' => 'Instruction List', + 'register_instructions' => 'Registrera instruktioner', + 'list' => 'Lista', + 'instruction_description' => 'Instruktionsbeskrivning', + 'instruction_list' => 'Instruktionslista', ]; \ No newline at end of file