mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-12 08:36:13 +01:00
Fix typos in Harbormaster
Summary: See https://phabricator.wikimedia.org/T381897 and https://phabricator.wikimedia.org/T381896 Test Plan: Read the code Reviewers: O1 Blessed Committers, speck Reviewed By: O1 Blessed Committers, speck Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25852
This commit is contained in:
parent
9448e81572
commit
c4f88847ef
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ Webhook Configuration
|
|||
=====================
|
||||
|
||||
In {nav Settings} for your Organization in Buildkite, under
|
||||
{nav Notification Services}, add a new **Webook Notification**.
|
||||
{nav Notification Services}, add a new **Webhook Notification**.
|
||||
|
||||
Use these settings:
|
||||
|
||||
|
@ -61,7 +61,7 @@ These variables will be available in the build environment:
|
|||
|
||||
| Variable | Description |
|
||||
|----------|-------------|
|
||||
| `HARBORMASTER_BUILD_TARGET_PHID` | PHID of the Build Target.
|
||||
| `HARBORMASTER_BUILD_TARGET_PHID` | PHID of the Build Target. |
|
||||
EOTEXT
|
||||
,
|
||||
$hook_uri);
|
||||
|
|
|
@ -98,7 +98,7 @@ final class HarbormasterBuildMessageAbortTransaction
|
|||
throw new HarbormasterMessageException(
|
||||
pht('Unable to Abort Build'),
|
||||
pht(
|
||||
'You can not abort this biuld because it is already complete.'));
|
||||
'You can not abort this build because it is already complete.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue