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

Correct spelling mistake in PhabricatorAuditEditor

Summary: Closes T15267

Test Plan: Only changes to spelling.

Reviewers: O1 Blessed Committers, chris

Reviewed By: O1 Blessed Committers, chris

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15267

Differential Revision: https://we.phorge.it/D25251

+1 -1
+1 -1
src/applications/audit/editor/PhabricatorAuditEditor.php
··· 700 700 PhabricatorAuditTransaction::MAILTAG_COMMIT => 701 701 pht('A commit is created.'), 702 702 PhabricatorAuditTransaction::MAILTAG_ACTION_CONCERN => 703 - pht('A commit has a concerned raised against it.'), 703 + pht('A commit has a concern raised against it.'), 704 704 PhabricatorAuditTransaction::MAILTAG_ACTION_ACCEPT => 705 705 pht('A commit is accepted.'), 706 706 PhabricatorAuditTransaction::MAILTAG_ACTION_RESIGN =>