mirror of https://github.com/sualko/cloud_bbb
Changed uppercase of https
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>pull/91/head
parent
99a4556e03
commit
acf464af75
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue