diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 5fe839f6b..26960408f 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -281,7 +281,7 @@ _mainmenu() { dialog ${_DEFAULT} --backtitle "${_TITLE}" --title " MAIN MENU " \ --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 14 \ "0" "Set Console Font And Keymap" \ - "1" "Set up Network" \ + "1" "Configure Network" \ "2" "Select Source" \ "3" "Set Time And Date" \ "4" "Prepare Storage Device" \