Fix potential ambiguity
This commit is contained in:
parent
f82925dbcb
commit
6fdcc8c07c
@ -307,7 +307,7 @@ function IPSection(p: {
|
|||||||
if (
|
if (
|
||||||
(p.config?.nat?.length ?? 0 > 0) &&
|
(p.config?.nat?.length ?? 0 > 0) &&
|
||||||
!(await confirm(
|
!(await confirm(
|
||||||
`Do you really want to disable NAT port forwarding on this network? Specific configuration will be deleted!`
|
`Do you really want to disable IPv${p.version} NAT port forwarding on this network? Specific configuration will be deleted!`
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user