From 2a97236410d55179aa0305102a758cda432fb1b8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:26:59 +0300 Subject: [PATCH] New translations setting.php (Chinese Simplified) --- .../visiosoft/profile-module/resources/lang/zh/setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/zh/setting.php b/addons/default/visiosoft/profile-module/resources/lang/zh/setting.php index e5e5d8c4e..591df47b9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/zh/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/zh/setting.php @@ -2,9 +2,9 @@ return [ 'show_my_ads' => [ - 'name' => '顯示我的廣告標籤', + 'name' => '显示我的广告标签', ], 'upload_avatar' => [ - 'name' => '頭像上傳', + 'name' => '头像上传', ], ];