l10n: Changed spelling of URL

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
pull/37/head
rakekniven 2020-05-21 06:45:44 +02:00 committed by GitHub
parent 73d887c262
commit 0673b643e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ $(() => {
let message = t('bbb', 'Unexpected error occurred');
if (err === 'invalid-url') {
message = t('bbb', 'API url is invalid');
message = t('bbb', 'API URL is invalid');
} else if (err === 'invalid-secret') {
message = t('bbb', 'API secret is invalid');
}
@ -67,4 +67,4 @@ $(() => {
$('#bbb-result').append(warningElement);
});
});
});
});