diff --git a/src/uv.sw.js b/src/uv.sw.js
index 6198b89..53230c7 100644
--- a/src/uv.sw.js
+++ b/src/uv.sw.js
@@ -422,6 +422,7 @@ function hostnameErrorTemplate(fetchedURL, bareServer) {
'
’s server IP address could not be found.
' +
'Try:
' +
'' +
+ '- Checking your internet connection
' +
'- Verifying you entered the correct address
' +
'- Clearing the site data
' +
'- Contacting \'s administrator
' +
@@ -498,6 +499,7 @@ function errorTemplate(
'' +
'Try:
' +
'' +
+ '- Checking your internet connection
' +
'- Verifying you entered the correct address
' +
'- Clearing the site data
' +
'- Contacting \'s administrator
' +