mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01: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:
parent
58302432cc
commit
b7e87e959c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue