1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 23:20:56 +00:00

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(){
# 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"