@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+1 -1
src/applications/project/controller/PhabricatorProjectProfileController.php
··· 66 66 ->setIconFont('fa-columns'); 67 67 $board_btn = id(new PHUIButtonView()) 68 68 ->setTag('a') 69 - ->setText(pht('Workboards')) 69 + ->setText(pht('Workboard')) 70 70 ->setHref($this->getApplicationURI("board/{$id}/")) 71 71 ->setIcon($icon); 72 72
+1 -1
src/applications/project/query/PhabricatorProjectSearchEngine.php
··· 221 221 array( 222 222 'href' => $workboards_uri, 223 223 ), 224 - pht('Workboards')); 224 + pht('Workboard')); 225 225 226 226 $members_url = phutil_tag( 227 227 'a',