From 5a5e94f2e9398703d4a6f0a392484c0cf3f790fd Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:14:59 +0300 Subject: [PATCH] New translations button.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/button.php b/addons/default/visiosoft/profile-module/resources/lang/it/button.php index eb4a55348..d798b0504 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/button.php @@ -12,4 +12,6 @@ return [ 'edit' => 'modificare', 'go_profile' => 'Vai a Dettagli profilo', 'go_user' => 'Vai a Dettagli utente', + 'personal' => 'Personal', + 'corporate' => 'Corporate', ];