mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-07 12:28:28 +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(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
->setName('fulltext')
|
->setName('fulltext')
|
||||||
->setLabel(pht('Contains Text'))
|
->setLabel(pht('Contains Words'))
|
||||||
->setValue($saved->getParameter('fulltext')))
|
->setValue($saved->getParameter('fulltext')))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
|
|
Loading…
Add table
Reference in a new issue