mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
repeat after me: repetition is a bit repetitive.
This commit is contained in:
parent
05dadad2e1
commit
a65b784907
1 changed files with 3 additions and 3 deletions
|
@ -867,15 +867,15 @@ update_dialogs(){
|
|||
# reconfigure
|
||||
if [ "$reconfigure" = true ]; then
|
||||
opt1a="Repair"
|
||||
opt1b="Repair will retain existing settings"
|
||||
opt1b="This will retain existing settings"
|
||||
strAdd="You will remain on the same version"
|
||||
else
|
||||
opt1a="Update"
|
||||
opt1b="Update will retain existing settings."
|
||||
opt1b="This will retain existing settings."
|
||||
strAdd="You will be updated to the latest version."
|
||||
fi
|
||||
opt2a="Reconfigure"
|
||||
opt2b="Reconfigure will allow you to enter new settings"
|
||||
opt2b="This will allow you to enter new settings"
|
||||
|
||||
UpdateCmd=$(whiptail --title "Existing Install Detected!" --menu "\n\nWe have detected an existing install.\n\nPlease choose from the following options: \n($strAdd)" ${r} ${c} 2 \
|
||||
"$opt1a" "$opt1b" \
|
||||
|
|
Loading…
Reference in a new issue