@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.

typo in storage message

Test Plan:
I didn't put any skill points in spelling since I need
combat skills to survive in a nuclear wasteland, but spell check says
this is better.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

+1 -1
+1 -1
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php
··· 633 633 if ($any_surplus) { 634 634 $message[] = pht( 635 635 'Some of these errors are caused by surplus schemata (extra '. 636 - 'tables or columsn which Phabricator does not expect). These are '. 636 + 'tables or columns which Phabricator does not expect). These are '. 637 637 'not serious. For information on resolving these issues, see the '. 638 638 '"Surplus Schemata" section in the "Managing Storage Adjustments" '. 639 639 'article in the documentation.');