repair sounds better than refresh

This commit is contained in:
Promofaux 2016-10-15 21:22:46 +01:00
parent 3a9b39b842
commit 05dadad2e1

View file

@ -866,8 +866,8 @@ View the web interface at http://pi.hole/admin or http://${IPv4_address%/*}/admi
update_dialogs(){ update_dialogs(){
# reconfigure # reconfigure
if [ "$reconfigure" = true ]; then if [ "$reconfigure" = true ]; then
opt1a="Refresh" opt1a="Repair"
opt1b="Refresh will retain existing settings" opt1b="Repair will retain existing settings"
strAdd="You will remain on the same version" strAdd="You will remain on the same version"
else else
opt1a="Update" opt1a="Update"