From 0771559d5815b55903afdcfe238356bb7fcd38a0 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 24 May 2014 12:45:23 -0700 Subject: [PATCH] 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 --- src/applications/maniphest/query/ManiphestTaskSearchEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php index eaf5f75aa2..241bd2ae45 100644 --- a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php +++ b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php @@ -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())