From 48651f7e0fa6c37e55bd3d642dedb22998296a71 Mon Sep 17 00:00:00 2001 From: Ray Yee Date: Mon, 28 Oct 2019 18:33:15 +0800 Subject: [PATCH] Update common.php Fixed translation error for gender --- common/messages/zh/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/messages/zh/common.php b/common/messages/zh/common.php index 430526c8b..3da2dc611 100644 --- a/common/messages/zh/common.php +++ b/common/messages/zh/common.php @@ -45,7 +45,7 @@ 'E-mail' => 'E-mail', 'File Type' => '文件类型', 'Firstname' => '名字', - 'Gender' => '姓名', + 'Gender' => '性别', 'ID' => 'ID', 'Image' => '图片', 'Key' => '键',