* Finish task #8789.

This commit is contained in:
holan20180123
2020-12-22 16:58:44 +08:00
parent aa208aca62
commit 4cce16aed9

View File

@@ -50,7 +50,7 @@ $lang->my->storyMenu->reviewedByMe = 'ReviewedByMe';
$lang->my->storyMenu->closedByMe = 'ClosedByMe';
$lang->my->projectMenu = new stdclass();
$lang->my->projectMenu->doing = 'Going';
$lang->my->projectMenu->doing = 'Doing';
$lang->my->projectMenu->wait = 'Waiting';
$lang->my->projectMenu->suspended = 'Suspended';
$lang->my->projectMenu->closed = 'Closed';