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:
@@ -28,7 +28,7 @@ final class ReleephProjectViewController extends ReleephController {
|
||||
$crumbs->addAction(
|
||||
id(new PhabricatorMenuItemView())
|
||||
->setHref($releeph_project->getURI('cutbranch'))
|
||||
->setName('Cut New Branch')
|
||||
->setName(pht('Cut New Branch'))
|
||||
->setIcon('create'));
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ final class ReleephProjectViewController extends ReleephController {
|
||||
$view,
|
||||
),
|
||||
array(
|
||||
'title' => $releeph_project->getName().' Releeph Project'
|
||||
'title' => $releeph_project->getName()
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user