Fix potential ambiguity

This commit is contained in:
Pierre HUBERT 2024-01-09 22:02:57 +01:00
parent f82925dbcb
commit 6fdcc8c07c

View File

@ -307,7 +307,7 @@ function IPSection(p: {
if (
(p.config?.nat?.length ?? 0 > 0) &&
!(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;