improve grammar

This commit is contained in:
doug
2022-12-13 12:05:02 -05:00
parent 0072cc42db
commit d58579d916
2 changed files with 9 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ analyst_salt_local() {
read -r -d '' message <<- EOM
Finished Analyst workstation installation.
Press ENTER to reboot.
Press the Enter key to reboot.
EOM
whiptail --title "$whiptail_title" --msgbox "$message" 12 75
@@ -2003,7 +2003,7 @@ set_main_ip() {
info "ERROR: Could not determine MAINIP or MNIC_IP."
info "MAINIP=$MAINIP"
info "MNIC_IP=$MNIC_IP"
whiptail_error_message "The management IP could not be determined. Please check the log at /root/sosetup.log and verify the network configuration. Press OK to exit."
whiptail_error_message "The management IP could not be determined. Please check the log at /root/sosetup.log and verify the network configuration. Select OK to exit."
exit 1
fi
sleep 1