@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Eitan Adler and committed by
epriestley
73bab571 c6d91938

+1 -1
+1 -1
src/applications/conduit/query/PhabricatorConduitLogSearchEngine.php
··· 37 37 return array( 38 38 id(new PhabricatorUsersSearchField()) 39 39 ->setKey('callerPHIDs') 40 - ->setLabel(pht('Methods')) 40 + ->setLabel(pht('Callers')) 41 41 ->setAliases(array('caller', 'callers')) 42 42 ->setDescription(pht('Find calls by specific users.')), 43 43 id(new PhabricatorSearchStringListField())