@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a typo in Drydock "Land" operations

Summary: Misspelling.

Test Plan: Careful reading.

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Differential Revision: https://secure.phabricator.com/D20290

+1 -1
+1 -1
src/applications/drydock/operation/DrydockLandRepositoryOperation.php
··· 401 401 'body' => pht( 402 402 'When this diff was generated, the server was running an older '. 403 403 'version of Phabricator which did not support staging areas for '. 404 - 'this version control system, so the chagne was not pushed to '. 404 + 'this version control system, so the change was not pushed to '. 405 405 'staging. Changes must be pushed to staging before they can be '. 406 406 'landed from the web.'), 407 407 );