mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Change From Priorty
to To Priority
and To Priority
to Max Priority
to be clearer as to their purposes.
This commit is contained in:
parent
54d1b95141
commit
10f159f876
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ final class ManiphestTaskListController extends ManiphestController {
|
|||
|
||||
$form->appendChild(
|
||||
id(new AphrontFormSelectControl())
|
||||
->setLabel('From Priority')
|
||||
->setLabel('Min Priority')
|
||||
->setName('set_lpriority')
|
||||
->setValue($priority)
|
||||
->setOptions(array_reverse(
|
||||
|
@ -241,7 +241,7 @@ final class ManiphestTaskListController extends ManiphestController {
|
|||
|
||||
$form->appendChild(
|
||||
id(new AphrontFormSelectControl())
|
||||
->setLabel('To Priority')
|
||||
->setLabel('Max Priority')
|
||||
->setName('set_hpriority')
|
||||
->setValue($priority)
|
||||
->setOptions(ManiphestTaskPriority::getTaskPriorityMap()));
|
||||
|
|
Loading…
Reference in a new issue