1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-11 03:44:48 +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'); ->setIconFont('fa-columns');
$board_btn = id(new PHUIButtonView()) $board_btn = id(new PHUIButtonView())
->setTag('a') ->setTag('a')
->setText(pht('Workboards')) ->setText(pht('Workboard'))
->setHref($this->getApplicationURI("board/{$id}/")) ->setHref($this->getApplicationURI("board/{$id}/"))
->setIcon($icon); ->setIcon($icon);

View file

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