Skip to content

Commit

Permalink
Merge pull request #13061 from Security-Onion-Solutions/fix/tab_casing
Browse files Browse the repository at this point in the history
Change tab casing to be consistent with other whiptail prompts
  • Loading branch information
weslambert authored May 22, 2024
2 parents ca6e2b8 + 3cfd710 commit b415810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/so-whiptail
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ whiptail_end_settings() {
read -r -d '' msg <<-EOM
$end_msg
Press the Tab key to select yes or no.
Press the TAB key to select yes or no.
EOM

whiptail --title "The following options have been set, would you like to proceed?" --yesno "$msg" 24 75 --scrolltext
Expand Down

0 comments on commit b415810

Please sign in to comment.