1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-23 17:18:50 +02:00

Fix typo. Closes T8915.

Summary:
From 'or' to 'are'.
Closes T8915.

Test Plan: Wait 30 seconds.

Reviewers: joshuaspence, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8915

Differential Revision: https://secure.phabricator.com/D13664
This commit is contained in:
Yomi 2015-07-21 11:14:39 -07:00 committed by epriestley
parent 58302432cc
commit b7e87e959c

View file

@ -41,7 +41,7 @@ EOTEXT
return array(
'status' => array(
'param' => 'task_status',
'help' => pht('Show tasks that or open or closed, default is open.'),
'help' => pht('Show tasks that are open or closed, default is open.'),
),
'owner' => array(
'param' => 'username',