Changed uppercase of https

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
pull/91/head
rakekniven 2020-10-10 23:02:08 +02:00 committed by GitHub
parent 99a4556e03
commit acf464af75
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');
}