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

Change "Projects" to "Tags" for curtain extension

Summary: This doesn't hit the ambiguous case in Diffusion so it seems fine to make it more consistent.

Test Plan: Looked at a little task-o.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D15561
This commit is contained in:
epriestley 2016-04-01 05:52:14 -07:00
parent c40f6e63ca
commit 1507e8dc8b

View file

@ -83,7 +83,7 @@ final class PhabricatorProjectsCurtainExtension
}
return $this->newPanel()
->setHeaderText(pht('Projects'))
->setHeaderText(pht('Tags'))
->setOrder(10000)
->appendChild($list);
}