1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Correct two spelling mistakes in Differential

Summary: Closes T15269

Test Plan: Only changes to spelling.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

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

Maniphest Tasks: T15269

Differential Revision: https://we.phorge.it/D25252
This commit is contained in:
Andre Klapper 2023-05-30 10:45:34 +02:00
parent ea43519c6b
commit f2329f8165
2 changed files with 2 additions and 2 deletions

View file

@ -307,7 +307,7 @@ final class DifferentialRevisionEditEngine
pht('Hold as Draft'))
->setTransactionType(
DifferentialRevisionHoldDraftTransaction::TRANSACTIONTYPE)
->setDescription(pht('Hold revision as as draft.'))
->setDescription(pht('Hold revision as draft.'))
->setConduitDescription(
pht(
'Change autosubmission from draft state after builds finish.'))

View file

@ -86,7 +86,7 @@ final class DifferentialRevisionPlanChangesTransaction
if ($object->isClosed()) {
throw new Exception(
pht(
'You can not plan changes to this this revision because it has '.
'You can not plan changes to this revision because it has '.
'already been closed.'));
}