From: Peter Müller Date: Sat, 11 Apr 2020 08:25:29 +0000 (+0200) Subject: lang: fix typo (MacVTtap != MacVTap) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a554ea34f7054669b76b26dae27ede826dcda01;p=people%2Fmfischer%2Fipfire-2.x.git lang: fix typo (MacVTtap != MacVTap) Fixes: #12339 Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 3f3e466411..e14c7d8255 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2984,7 +2984,7 @@ 'zoneconf nic assignment' => 'NIC Assignment', 'zoneconf nicmode bridge' => 'Bridge', 'zoneconf nicmode default' => 'Default', -'zoneconf nicmode macvtap' => 'MacVTtap', +'zoneconf nicmode macvtap' => 'MacVTap', 'zoneconf notice reboot' => 'Please reboot to apply your changes.', 'zoneconf title' => 'Zone Configuration', 'zoneconf val native assignment error' => 'A NIC cannot be accessed natively by more than one zone.', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index ec81e3e366..cc3d601a21 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -2976,7 +2976,7 @@ 'zoneconf nic assignment' => 'Affectation de carte réseau', 'zoneconf nicmode bridge' => 'Pont', 'zoneconf nicmode default' => 'Défaut', -'zoneconf nicmode macvtap' => 'MacVTtap', +'zoneconf nicmode macvtap' => 'MacVTap', 'zoneconf notice reboot' => 'Veuillez redémarrer pour appliquer vos changements.', 'zoneconf title' => 'Configuration de zones', 'zoneconf val native assignment error' => 'Une carte réseau ne peut pas être atteinte nativement par davantage qu\'une zone.',