mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
fix the typo in the label field
Summary: Fixes T10369 Test Plan: de nada Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Maniphest Tasks: T10369 Differential Revision: https://secure.phabricator.com/D15285
This commit is contained in:
parent
c6d91938e8
commit
73bab57160
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ final class PhabricatorConduitLogSearchEngine
|
|||
return array(
|
||||
id(new PhabricatorUsersSearchField())
|
||||
->setKey('callerPHIDs')
|
||||
->setLabel(pht('Methods'))
|
||||
->setLabel(pht('Callers'))
|
||||
->setAliases(array('caller', 'callers'))
|
||||
->setDescription(pht('Find calls by specific users.')),
|
||||
id(new PhabricatorSearchStringListField())
|
||||
|
|
Loading…
Reference in a new issue