1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Projects - re-label "Workboards" as "Workboard"

Summary: better aligns user expectations with product reality. Fixes T6391.

Test Plan: viewed a project and saw "workboard". viewed some project search results in /project and saw "workboard".

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6391

Differential Revision: https://secure.phabricator.com/D10747
This commit is contained in:
Bob Trahan 2014-10-27 12:46:11 -07:00
parent 0dcc4132be
commit e43305278a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ final class PhabricatorProjectProfileController
->setIconFont('fa-columns');
$board_btn = id(new PHUIButtonView())
->setTag('a')
->setText(pht('Workboards'))
->setText(pht('Workboard'))
->setHref($this->getApplicationURI("board/{$id}/"))
->setIcon($icon);

View file

@ -221,7 +221,7 @@ final class PhabricatorProjectSearchEngine
array(
'href' => $workboards_uri,
),
pht('Workboards'));
pht('Workboard'));
$members_url = phutil_tag(
'a',