Added confirm language to translations. Increased size of notice. Updated translations.

This commit is contained in:
Ajay Ramachandran
2019-08-21 14:04:05 -04:00
parent f097ff60aa
commit 118804e139
6 changed files with 14 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ function getYouTubeVideoID(url) {
urlObject = new URL(url);
} catch (e) {
console.error("[SB] Unable to parse URL: " + url);
return false
return false;
}
//Check if valid hostname