Skip to content

Commit 0771559

Browse files
author
epriestley
committedMay 24, 2014
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
1 parent 7de4e80 commit 0771559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/maniphest/query/ManiphestTaskSearchEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public function buildSearchForm(
388388
->appendChild(
389389
id(new AphrontFormTextControl())
390390
->setName('fulltext')
391-
->setLabel(pht('Contains Text'))
391+
->setLabel(pht('Contains Words'))
392392
->setValue($saved->getParameter('fulltext')))
393393
->appendChild(
394394
id(new AphrontFormTextControl())

0 commit comments

Comments
 (0)
Failed to load comments.