diff options
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index ef630b4..47c954c 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -10,7 +10,7 @@ use utf8; # http://www.taniwha.org.uk/gprs.html our %data = ( - N("France") . "|Orange Grand Public" => { + N("France") . "|Orange Web" => { apn => "orange.fr", login => "orange", password => "orange", |