diff --git a/usr/bin/archboot-launcher.sh b/usr/bin/archboot-launcher.sh index 79365129c..fbd7b12b8 100755 --- a/usr/bin/archboot-launcher.sh +++ b/usr/bin/archboot-launcher.sh @@ -26,7 +26,7 @@ _desktop () { #shellcheck disable=SC2086 _dialog --title " Internet Browser " --menu "" 8 40 4 \ "chromium" "Browser From Google" \ - "firefox" "Browser Fromy Mozilla" 2>${_ANSWER} || return 1 + "firefox" "Browser From Mozilla" 2>${_ANSWER} || return 1 _BROWSER="$(cat ${_ANSWER})" sed -i -e "s#STANDARD_BROWSER=.*#STANDARD_BROWSER=${_BROWSER}#g" /etc/archboot/defaults source /etc/locale.conf