mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fixed inconsistency at phriction
Summary: * All Applications are useing the description "Tags", Phriction actually uses "Projects" * Changed "Projects" to "Tags" for phriction Ref T11614 Test Plan: * Edited a document, took a look at the description for that input line * Added a project to a page and saved it Reviewers: chad, #blessed_reviewers Reviewed By: chad, #blessed_reviewers Subscribers: avivey, chad, epriestley Tags: #phriction Maniphest Tasks: T11614 Differential Revision: https://secure.phabricator.com/D16537
This commit is contained in:
parent
c0bf08058b
commit
9e4bca8345
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ final class PhrictionEditController
|
|||
->setUser($viewer))
|
||||
->appendControl(
|
||||
id(new AphrontFormTokenizerControl())
|
||||
->setLabel(pht('Projects'))
|
||||
->setLabel(pht('Tags'))
|
||||
->setName('projects')
|
||||
->setValue($v_projects)
|
||||
->setDatasource(new PhabricatorProjectDatasource()))
|
||||
|
|
Loading…
Reference in a new issue