mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-01 18:30:59 +01:00
Fix comitted typo in Diffusion
See: <https://github.com/facebook/phabricator/pull/468> Reviewed by: epriestley
This commit is contained in:
parent
8aee78b24d
commit
707b39c5b5
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ final class DiffusionCommitController extends DiffusionController {
|
||||||
$committed_info->setTarget($author_name);
|
$committed_info->setTarget($author_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
$props['Comitted'] = id(new PHUIStatusListView())
|
$props['Committed'] = id(new PHUIStatusListView())
|
||||||
->addItem($committed_info);
|
->addItem($committed_info);
|
||||||
|
|
||||||
if ($push_logs) {
|
if ($push_logs) {
|
||||||
|
|
Loading…
Reference in a new issue