From 120899a98739c48ca0712a92cdfe2d951319dbac Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:13:14 +0300 Subject: [PATCH] New translations setting.php (Russian) --- .../visiosoft/profile-module/resources/lang/ru/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/setting.php b/addons/default/visiosoft/profile-module/resources/lang/ru/setting.php index 5656edeb7..c60a79676 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => 'Аватар Загрузить', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];