From e80eed10071bca8cf0542b16f13d3b4afb569ad0 Mon Sep 17 00:00:00 2001 From: reneeteng Date: Fri, 12 Jul 2019 14:15:54 +0800 Subject: [PATCH] * Lang file update. --- module/common/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/lang/en.php b/module/common/lang/en.php index c5390763e4..61a3217136 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -347,7 +347,7 @@ $lang->report->menu->test = array('link' => 'Request|report|bugcreate', 'alia $lang->report->menu->staff = array('link' => 'Company|report|workload'); $lang->report->notice = new stdclass(); -$lang->report->notice->help = 'Note: The report is generated on the results of browsing the list. Click the tab, e.g. AssignedToMe, then click Create Report to generate a report based on AssignedToMe list.'; +$lang->report->notice->help = 'Note: The report is generated on the results of browsing the list. Click, e.g. AssignedToMe, then click Create Report to generate a report based on AssignedToMe list.'; /* Company menu settings. */ $lang->company = new stdclass();