1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 02:02:41 +01:00

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
This commit is contained in:
Andre Klapper 2023-05-30 10:43:18 +02:00
parent 0d81da5909
commit ea43519c6b

View file

@ -700,7 +700,7 @@ final class PhabricatorAuditEditor
PhabricatorAuditTransaction::MAILTAG_COMMIT => PhabricatorAuditTransaction::MAILTAG_COMMIT =>
pht('A commit is created.'), pht('A commit is created.'),
PhabricatorAuditTransaction::MAILTAG_ACTION_CONCERN => PhabricatorAuditTransaction::MAILTAG_ACTION_CONCERN =>
pht('A commit has a concerned raised against it.'), pht('A commit has a concern raised against it.'),
PhabricatorAuditTransaction::MAILTAG_ACTION_ACCEPT => PhabricatorAuditTransaction::MAILTAG_ACTION_ACCEPT =>
pht('A commit is accepted.'), pht('A commit is accepted.'),
PhabricatorAuditTransaction::MAILTAG_ACTION_RESIGN => PhabricatorAuditTransaction::MAILTAG_ACTION_RESIGN =>