Skip to content

Commit c3739fa

Browse files
committed
fixup! feat: Add setup checks and verify WOPI connectivity
1 parent 40c4e16 commit c3739fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/ConnectivityService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testWopiAccess(?OutputInterface $output = null): void {
8585
'NotHttps' => $this->l10n->t('HTTPS is expected to connect to Collabora Online as the WOPI host uses it. This is necessary to prevent mixed content errors.'),
8686
'NoScheme' => $this->l10n->t('A scheme (http:// or https://) for the WOPI host URL must be specified'),
8787
'Timeout' => $this->l10n->t('The request didn’t get a response within the time frame allowed'),
88-
default => $this->l10n->t('Unknown error. Check the server logs of Collabora for more details.'),
88+
default => $this->l10n->t('Unknown error "%s". Check the server logs of Collabora for more details.', [$errorMessage]),
8989
};
9090

9191
if ($errorMessage) {

0 commit comments

Comments
 (0)