Fix mislabelled field

This commit is contained in:
Jamie Cameron
2026-08-16 20:42:00 +01:00
parent b22bbd9fee
commit 057d5985ee

View File

@@ -1281,7 +1281,7 @@ return @rv;
sub nat_form
{
print &ui_table_row($text{'nat_0'},
&ui_textbox("nat", $_[0], 15));
&ui_textbox("ext", $_[0], 15));
if (&version_atleast(1, 3, 14)) {
my ($iface, $virt) = split(/:/, $_[1]);