summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 9805cb010..470e22fa3 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -518,7 +518,7 @@ killall pppd
N("Bewan PCI modem");
},
name => N("ADSL configuration") . "\n\n" . N("Select the network interface to configure:"),
- data => [ { text => N("Net Device"), type => "list", val => \$ntf_name, allow_empty_list => 1,
+ data => [ { label => N("Net Device"), type => "list", val => \$ntf_name, allow_empty_list => 1,
list => \@adsl_devices, } ],
next => "adsl_protocol",
},