1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-09-27 11:04:19 +02:00

Add semantic & accessibility structure for headings

This commit is contained in:
Aleksandr Gumroian 2020-08-05 14:36:54 +02:00
parent d34c465787
commit 8a56d71c51
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export default function ResetWiFiSettings({ ws, endpoint }) {
return (
<>
<h4>{_("Reset Wi-Fi Settings")}</h4>
<h2>{_("Reset Wi-Fi Settings")}</h2>
<p>
{_(`
If a number of wireless cards doesn't match, you may try to reset the Wi-Fi settings. Note that this will remove the

View File

@ -80,7 +80,7 @@ function DeviceForm({
const deviceID = formData.id;
return (
<>
<h3>{_(`Wi-Fi ${deviceID + 1}`)}</h3>
<h2>{_(`Wi-Fi ${deviceID + 1}`)}</h2>
<CheckBox
label={_("Enable")}
checked={formData.enabled}