Merge pull request #91 from rakekniven/patch-2

Changed uppercase of https
pull/99/head
Klaus 2020-10-27 09:53:25 +01:00 committed by GitHub
commit 9781b6cb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}