diff --git a/ts/admin.ts b/ts/admin.ts index ad1de5b..b004f17 100644 --- a/ts/admin.ts +++ b/ts/admin.ts @@ -107,7 +107,7 @@ $(() => { let message = t('bbb', 'Unexpected error occurred'); if (err === 'https') { - message = t('bbb', 'URL has to start with https'); + message = t('bbb', 'URL has to start with HTTPS'); } else if (err === 'token') { message = t('bbb', 'URL has to contain the {token} placeholder'); }