1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Change "Contains Text" label to "Contains Words"

Summary: Fixes T4818. Clarify that this does not search for arbitrary text substrings.

Test Plan: `grep`

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T4818

Differential Revision: https://secure.phabricator.com/D9278
This commit is contained in:
epriestley 2014-05-24 12:45:23 -07:00
parent 7de4e80907
commit 0771559d58

View file

@ -388,7 +388,7 @@ final class ManiphestTaskSearchEngine
->appendChild(
id(new AphrontFormTextControl())
->setName('fulltext')
->setLabel(pht('Contains Text'))
->setLabel(pht('Contains Words'))
->setValue($saved->getParameter('fulltext')))
->appendChild(
id(new AphrontFormTextControl())