mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
repair sounds better than refresh
This commit is contained in:
parent
3a9b39b842
commit
05dadad2e1
1 changed files with 2 additions and 2 deletions
|
@ -866,8 +866,8 @@ View the web interface at http://pi.hole/admin or http://${IPv4_address%/*}/admi
|
|||
update_dialogs(){
|
||||
# reconfigure
|
||||
if [ "$reconfigure" = true ]; then
|
||||
opt1a="Refresh"
|
||||
opt1b="Refresh will retain existing settings"
|
||||
opt1a="Repair"
|
||||
opt1b="Repair will retain existing settings"
|
||||
strAdd="You will remain on the same version"
|
||||
else
|
||||
opt1a="Update"
|
||||
|
|
Loading…
Reference in a new issue