chg: [inboxProcessors] Typo
parent
7ef67d3459
commit
32c94e544d
|
@ -331,7 +331,7 @@ class AcceptedRequestProcessor extends LocalToolInboxProcessor implements Generi
|
||||||
$connectionSuccessfull = false;
|
$connectionSuccessfull = false;
|
||||||
$errors = $th->getMessage();
|
$errors = $th->getMessage();
|
||||||
}
|
}
|
||||||
$resultTitle = __('Could not finalize inter-connection for `{0}`\'s {1}', $inboxRequest['origin'], $inboxRequest['local_tool_name']);
|
$resultTitle = __('Could not finalise inter-connection for `{0}`\'s {1}', $inboxRequest['origin'], $inboxRequest['local_tool_name']);
|
||||||
$errors = $connectorResult['errors'] ?? $thrownErrorMessage;
|
$errors = $connectorResult['errors'] ?? $thrownErrorMessage;
|
||||||
if ($connectionSuccessfull) {
|
if ($connectionSuccessfull) {
|
||||||
$resultTitle = __('Interconnection for `{0}`\'s {1} finalised', $inboxRequest['origin'], $inboxRequest['local_tool_name']);
|
$resultTitle = __('Interconnection for `{0}`\'s {1} finalised', $inboxRequest['origin'], $inboxRequest['local_tool_name']);
|
||||||
|
|
|
@ -11,7 +11,7 @@ $defaultSteps = [
|
||||||
'text' => __('Request Accepted'),
|
'text' => __('Request Accepted'),
|
||||||
'icon' => 'check-square',
|
'icon' => 'check-square',
|
||||||
'title' => __(''),
|
'title' => __(''),
|
||||||
'confirmButton' => __('Finalize Connection')
|
'confirmButton' => __('Finalise Connection')
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'text' => __('Connection Done'),
|
'text' => __('Connection Done'),
|
||||||
|
|
Loading…
Reference in New Issue