mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 08:12:40 +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:
parent
0d81da5909
commit
ea43519c6b
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ final class PhabricatorAuditEditor
|
|||
PhabricatorAuditTransaction::MAILTAG_COMMIT =>
|
||||
pht('A commit is created.'),
|
||||
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 =>
|
||||
pht('A commit is accepted.'),
|
||||
PhabricatorAuditTransaction::MAILTAG_ACTION_RESIGN =>
|
||||
|
|
Loading…
Reference in a new issue