From 245d8ef65f462a95990d2ed2ae9e856199e17a04 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 3 Nov 2021 09:40:21 +0800 Subject: [PATCH] * Fix bug #15933. --- module/action/lang/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/action/lang/en.php b/module/action/lang/en.php index 0d8f17e25f..d8f8cdd729 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -510,8 +510,8 @@ $lang->action->label->issue = 'Issue|issue|view|issueID=%s'; $lang->action->label->design = 'Design|design|view|designID=%s'; $lang->action->label->stakeholder = 'Stakeholder|stakeholder|view|userID=%s'; $lang->action->label->api = 'Interface|api|index|libID=%s&moduleID=%s&apiID=%s'; -$lang->action->label->kanbancolumn = 'Column|execution|kanban|execution=%s'; -$lang->action->label->kanbanlane = 'Lane|execution|kanban|execution=%s&type=all'; +$lang->action->label->kanbancolumn = 'Kanban column|execution|kanban|execution=%s'; +$lang->action->label->kanbanlane = 'Kanban Lane|execution|kanban|execution=%s&type=all'; /* Object type. */ $lang->action->search = new stdclass();