1
0
Fork 0
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:
Alex Vandiver 2018-06-08 13:50:52 -07:00
parent f375427177
commit 59b95f9397

View file

@ -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'));
}
}