mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 11:40:33 +02:00
Corrected typo in config scripts for lnbits and btcpayserver Webrowser > Web Browser (#2406)
Co-authored-by: Mark Williams <mark.williams@legroomagency.co.uk>
This commit is contained in:
@@ -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}
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user