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:
parent
f424f9f2d2
commit
091a64e91b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ final class DifferentialProjectsField
|
|||
}
|
||||
|
||||
public function getFieldName() {
|
||||
return pht('Projects');
|
||||
return pht('Tags');
|
||||
}
|
||||
|
||||
public function getFieldDescription() {
|
||||
|
|
Loading…
Reference in a new issue