1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-10-16 18:33:37 +02:00

Update WiFiForm labels and description for wifi ax

This commit is contained in:
Martin Matějek
2022-04-19 15:38:51 +02:00
parent fd25ae04a8
commit 272c97dc8a
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ function DeviceForm({
/>
<Select
label={_("802.11n/ac mode")}
label={_("802.11n/ac/ax mode")}
choices={getHtmodeChoices(formData)}
value={formData.htmode}
helpText={HELP_TEXTS.htmode}