Update messages + compile .mo

This commit is contained in:
billz
2023-03-19 16:53:40 +01:00
parent d5eb3c510e
commit 9bc54336c2
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ if (isset($_POST['interface'])) {
$msg = _("The selected interface has support for the 2.4 GHz wireless band only.");
break;
case NL80211_BAND_5GHZ:
$msg = _("The selected interface has support for the 2.4 GHz wireless band only.");
$msg = _("The selected interface has support for the 5 GHz wireless band only.");
break;
case NL80211_BAND_24GHZ | NL80211_BAND_5GHZ:
$msg = _("The selected interface has support for both the 2.4 and 5 GHz wireless bands.");