From 4f7942ae9341da65956771ca0441f4ac48db3698 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:14:15 +0300 Subject: [PATCH] New translations setting.php (Spanish) --- .../visiosoft/profile-module/resources/lang/es/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/setting.php b/addons/default/visiosoft/profile-module/resources/lang/es/setting.php index b0eec8985..2d8298ff9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => 'Carga de avatar', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];