From 2970f42541f2b84c0a508564fb770335df6b856f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:14:56 +0300 Subject: [PATCH] New translations setting.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/setting.php b/addons/default/visiosoft/profile-module/resources/lang/it/setting.php index d41ee4041..0b271fcf0 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => 'Caricamento avatar', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];