pht for Releeph
Summary: Went and pht'd most everything I could find, except exceptions. Fixes T3091 Test Plan: Bopped around the application, didn't seem to break anything but didn't test all flows. Should be safe. Reviewers: epriestley, edward Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3091 Differential Revision: https://secure.phabricator.com/D5825
This commit is contained in:
@@ -43,7 +43,7 @@ final class ReleephBranchViewController extends ReleephController {
|
||||
|
||||
$form->appendChild(
|
||||
id(new AphrontFormSubmitControl())
|
||||
->setValue('Filter'));
|
||||
->setValue(pht('Filter')));
|
||||
|
||||
$list = id(new ReleephRequestHeaderListView())
|
||||
->setOriginType('branch')
|
||||
@@ -72,7 +72,7 @@ final class ReleephBranchViewController extends ReleephController {
|
||||
$crumbs->addAction(
|
||||
id(new PhabricatorMenuItemView())
|
||||
->setHref($create_uri)
|
||||
->setName('Request Pick')
|
||||
->setName(pht('Request Pick'))
|
||||
->setIcon('create'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user