mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01: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:
parent
ea43519c6b
commit
f2329f8165
2 changed files with 2 additions and 2 deletions
|
@ -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.'))
|
||||
|
|
|
@ -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.'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue