diff --git a/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php b/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php --- a/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php +++ b/src/applications/repository/management/PhabricatorRepositoryManagementMovePathsWorkflow.php @@ -66,7 +66,7 @@ } else { $dst = $to.substr($src, strlen($from)); - $row['action'] = phutil_console_format('**%s**', pht('Move')); + $row['action'] = tsprintf('**%s**', pht('Move')); $row['dst'] = $dst; $row['move'] = true; $any_changes = true; @@ -94,7 +94,7 @@ ->addColumn( 'dst', array( - 'title' => pht('dst'), + 'title' => pht('Dst'), )) ->setBorders(true);