From 69b4e03d4e18705e44e008729c2ae3102f22ad11 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:13:20 +0300 Subject: [PATCH] New translations setting.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php b/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php index 32b752934..6290c41a3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => 'Upload de Avatar', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];