diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 0670b16d..47d226bd 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -400,9 +400,12 @@
"message": "SponsorBlock Server Address"
},
"customServerAddressDescription": {
- "message": "The address SponsorBlock uses to make calls to the server.\nIt must be formatted https://domain with no trailing forward slash (/).\nUnless you have your own server instance, this should not be changed."
+ "message": "The address SponsorBlock uses to make calls to the server.\nUnless you have your own server instance, this should not be changed."
},
"saveCustomServerAddress": {
"message": "Save"
+ },
+ "customAddressError": {
+ "message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no slashes or sub-folders at the end."
}
}
diff --git a/public/options/options.html b/public/options/options.html
index b2a03ddc..d6a2062a 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -41,7 +41,7 @@
-