mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20: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:
parent
c40f6e63ca
commit
1507e8dc8b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ final class PhabricatorProjectsCurtainExtension
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->newPanel()
|
return $this->newPanel()
|
||||||
->setHeaderText(pht('Projects'))
|
->setHeaderText(pht('Tags'))
|
||||||
->setOrder(10000)
|
->setOrder(10000)
|
||||||
->appendChild($list);
|
->appendChild($list);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue