@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

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

+1 -1
+1 -1
src/applications/daemon/controller/PhabricatorDaemonBulkJobMonitorController.php
··· 72 72 ->appendParagraph( 73 73 pht( 74 74 'This job is waiting for confirmation before work begins.')) 75 - ->addCancelButotn($job->getManageURI(), pht('Details')); 75 + ->addCancelButton($job->getManageURI(), pht('Details')); 76 76 } 77 77 } 78 78