diff --git a/scripts/ui/main_menu.sh b/scripts/ui/main_menu.sh index a37a621..7cf8898 100755 --- a/scripts/ui/main_menu.sh +++ b/scripts/ui/main_menu.sh @@ -32,7 +32,7 @@ function main_ui() { echo -e "| | Crowsnest: $(print_status "crowsnest")|" echo -e "| | Obico: $(print_status "moonraker_obico")|" echo -e "| | OctoEverywhere: $(print_status "octoeverywhere")|" - echo -e "| | Mobileraker_Companion: $(print_status "mobileraker")|" + echo -e "| | Mobileraker: $(print_status "mobileraker")|" echo -e "| | |" echo -e "| $(print_kiauh_version)| Octoprint: $(print_status "octoprint")|" quit_footer diff --git a/scripts/ui/update_menu.sh b/scripts/ui/update_menu.sh index f1d2b08..6700016 100755 --- a/scripts/ui/update_menu.sh +++ b/scripts/ui/update_menu.sh @@ -127,7 +127,7 @@ function update_all() { echo -e "| ${cyan}● OctoEverywhere${white} |" [[ "${update_arr[*]}" =~ "mobileraker" ]] && \ - echo -e "| ${cyan}● Mobileraker_Companion${white} |" + echo -e "| ${cyan}● Mobileraker${white} |" [[ "${update_arr[*]}" =~ "system" ]] && \ echo -e "| ${cyan}● System${white} |"