From 876fd40ff4a204a5d1d2d73e224d268a2f70a460 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:52:24 +0300 Subject: [PATCH] New translations setting.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6290c41a3..51b2d7f31 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/setting.php @@ -9,6 +9,6 @@ return [ ], 'show_tax_office' => [ - 'name' => 'Show Tax Office Field', + 'name' => 'Mostrar campo fiscal', ], ];