Fix potential ambiguity
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user