fix spelling of Web Browser (#2336)

This commit is contained in:
Alex Sears
2021-08-19 16:05:45 -04:00
committed by GitHub
parent a5efd6ee9e
commit 9c7923dc50
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ if [ "$1" = "menu" ]; then
fi
fi
text="Local Webrowser: https://${localIP}:${httpsPort}"
text="Local Web Browser: https://${localIP}:${httpsPort}"
if [ ${#publicDomain} -gt 0 ]; then
text="${text}

View File

@@ -33,7 +33,7 @@ if [ "$1" = "menu" ]; then
fi
fi
text="Local Webrowser: https://${localIP}:${httpsPort}"
text="Local Web Browser: https://${localIP}:${httpsPort}"
if [ ${#publicDomain} -gt 0 ]; then
text="${text}