mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Fix typo in "button"
Test Plan: Observation. Reviewers: #blessed_reviewers, amckinley, epriestley Reviewed By: #blessed_reviewers, amckinley, epriestley Subscribers: Korvin, amckinley, epriestley Differential Revision: https://secure.phabricator.com/D19483
This commit is contained in:
parent
f375427177
commit
59b95f9397
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ final class PhabricatorDaemonBulkJobMonitorController
|
|||
->appendParagraph(
|
||||
pht(
|
||||
'This job is waiting for confirmation before work begins.'))
|
||||
->addCancelButotn($job->getManageURI(), pht('Details'));
|
||||
->addCancelButton($job->getManageURI(), pht('Details'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue