mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix 'Branches' typo in ActionsManagementPanel
Summary: Fix typo 'Branches' in the panel header for the Diffusion Actions management panel. Test Plan: Saw 'Actions' in the panel heading Reviewers: chad, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16654
This commit is contained in:
parent
55a56c09e7
commit
c7a6cfd87c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ final class DiffusionRepositoryActionsManagementPanel
|
||||||
$autoclose = phutil_tag('em', array(), $autoclose);
|
$autoclose = phutil_tag('em', array(), $autoclose);
|
||||||
$view->addProperty(pht('Autoclose'), $autoclose);
|
$view->addProperty(pht('Autoclose'), $autoclose);
|
||||||
|
|
||||||
return $this->newBox(pht('Branches'), $view);
|
return $this->newBox(pht('Actions'), $view);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue