diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 20:08:28 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 20:08:28 +0000 |
commit | 46bdf7b9325f598f02336439cb5be93aa682613c (patch) | |
tree | b2c7e6bfbbbbe8cd6451fc82fb0c71cdde65dccd /js | |
parent | b61b8d00419eee151229a7a2bd1c007a33f5d430 (diff) | |
download | pasta-46bdf7b9325f598f02336439cb5be93aa682613c.tar.gz pasta-46bdf7b9325f598f02336439cb5be93aa682613c.zip |
Update main.js
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,9 +135,9 @@ function connectToPlex() { </div>`); } else { - console.log("Unkown error, most likely bad URL / IP"); + console.log("Unknown error, most likely bad URL / IP"); $("#authWarningText").html(`<div class="alert alert-warning alert-dismissible fade show mt-3" role="alert"> - <strong>Warning:</strong> Unkown Error (0) - Please verify the URL and try again. + <strong>Warning:</strong> Unknown Error (0) - This is usually caused by a wrong URL. Please verify the URL and try again. <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> |