1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Rename Differential field Projects to Tags

Summary: Users can't find the "Tags" field in the Edit Menu; Added keyword "Tag".

Test Plan: Looked in Edit page; I think this shouldn't change anything else?

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15749
This commit is contained in:
Aviv Eyal 2016-04-18 19:33:40 +00:00 committed by avivey
parent f424f9f2d2
commit 091a64e91b

View file

@ -8,7 +8,7 @@ final class DifferentialProjectsField
}
public function getFieldName() {
return pht('Projects');
return pht('Tags');
}
public function getFieldDescription() {