From 5e0e6a7b581afe95f93b8757b2d116fa842cb9bd Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 5 Jun 2019 14:16:40 +0800 Subject: [PATCH] * code for task #5766. --- module/custom/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index a06fd29f2e..ebd59cefa9 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -14,7 +14,7 @@ $lang->custom->module = 'Module'; $lang->custom->section = 'Section'; $lang->custom->lang = 'Language'; $lang->custom->setPublic = 'Set Public'; -$lang->custom->required = 'Required'; +$lang->custom->required = 'Form'; $lang->custom->score = 'Point'; $lang->custom->timezone = 'Timezone'; $lang->custom->scoreReset = 'Reset Point';