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