mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-19 18:28:39 +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'))
|
pht('Hold as Draft'))
|
||||||
->setTransactionType(
|
->setTransactionType(
|
||||||
DifferentialRevisionHoldDraftTransaction::TRANSACTIONTYPE)
|
DifferentialRevisionHoldDraftTransaction::TRANSACTIONTYPE)
|
||||||
->setDescription(pht('Hold revision as as draft.'))
|
->setDescription(pht('Hold revision as draft.'))
|
||||||
->setConduitDescription(
|
->setConduitDescription(
|
||||||
pht(
|
pht(
|
||||||
'Change autosubmission from draft state after builds finish.'))
|
'Change autosubmission from draft state after builds finish.'))
|
||||||
|
|
|
@ -86,7 +86,7 @@ final class DifferentialRevisionPlanChangesTransaction
|
||||||
if ($object->isClosed()) {
|
if ($object->isClosed()) {
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
pht(
|
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.'));
|
'already been closed.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue