mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01: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:
parent
7de4e80907
commit
0771559d58
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue