1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-15 13:21:15 +08:00

Apply reviewers suggestion

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2022-07-24 21:40:16 +02:00
committed by Christian König
parent 14e1eea22d
commit d5c798d1a9

View File

@ -885,10 +885,10 @@ getStaticIPv4Settings() {
--cancel-label "Exit" \
--backtitle "IP information" \
--title "FYI: IP Conflict" \
--msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict. \
But in most cases the router is smart enough to not do that. \
If you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want. \
It is also possible to use a DHCP reservation, but if you are going to do that, you might as well set a static address."\
--msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict, \
but in most cases the router is smart enough to not do that.\
\n\nIf you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want.\
\n\nIt is also possible to use a DHCP reservation, but if you are going to do that, you might as well set a static address."\
"${r}" "${c}" && result=0 || result=$?
case ${result} in