diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php index a979f9669..aa43d9f73 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php @@ -104,10 +104,6 @@ return [ 'name' => 'Người dùng' ], - - - - /*Menu Button*/ 'profile' => [ 'name' => 'Hồ sơ' @@ -198,7 +194,6 @@ return [ 'name' => 'Bán hàng của tôi' ], - /* Right Dock*/ 'right_secure_trading_subject' => [ 'name' => 'Giao dịch an toàn' @@ -362,7 +357,6 @@ return [ 'name' => 'Cài đặt tùy chọn', ], - 'corporate_settings' => [ 'name' => 'Cài đặt công ty', ], @@ -442,4 +436,11 @@ return [ 'tax_number' => [ 'name' => 'Tax Number' ], + + // Profile page + 'my_profile' => 'My Profile', + 'edit_profile' => 'Edit Profile', + 'edit_details' => 'Edit Details', + 'update' => 'Update', + 'change_password' => 'Change Password', ];