1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Merge branch 'feature/update-wifi-ax-labels-and-description' into 'dev'

Update WiFiForm labels and description for wifi ax

See merge request turris/reforis/foris-js!193
This commit is contained in:
Aleksandr Gumroian 2022-04-19 16:13:46 +02:00
commit e24cd76009
3 changed files with 4 additions and 4 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}

View File

@ -613,7 +613,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ <label
+ for=\\"8\\"
+ >
+ 802.11n/ac mode
+ 802.11n/ac/ax mode
+ </label>
+ <select
+ class=\\"custom-select\\"
@ -653,7 +653,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ <small
+ class=\\"form-text text-muted\\"
+ >
+ Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel.
+ Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel.
+ </small>
+ </div>
+ <div

View File

@ -41,7 +41,7 @@ export const HELP_TEXTS = {
"The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors."
),
htmode: _(
"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel."
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel."
),
guest_wifi_enabled: _(
"Enables Wi-Fi for guests, which is separated from LAN network. Devices connected to this network are allowed to access the internet, but aren't allowed to access other devices and the configuration interface of the router. Parameters of the guest network can be set in the Guest network tab."