diff --git a/src/common/WiFiSettings/ResetWiFiSettings.js b/src/common/WiFiSettings/ResetWiFiSettings.js index f79bcd5..8cf1948 100644 --- a/src/common/WiFiSettings/ResetWiFiSettings.js +++ b/src/common/WiFiSettings/ResetWiFiSettings.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/) + * Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/) * * This is free software, licensed under the GNU General Public License v3. * See /LICENSE for more information. @@ -13,7 +13,7 @@ import { useAlert } from "../../alertContext/AlertContext"; import { ALERT_TYPES } from "../../bootstrap/Alert"; import { useAPIPost } from "../../api/hooks"; import { API_STATE } from "../../api/utils"; -import { buttonFormFieldsSize } from "../../bootstrap/constants"; +import { formFieldsSize } from "../../bootstrap/constants"; ResetWiFiSettings.propTypes = { ws: PropTypes.object.isRequired, @@ -51,7 +51,7 @@ export default function ResetWiFiSettings({ ws, endpoint }) { } return ( - <> +

{_("Reset Wi-Fi Settings")}

{_(` @@ -59,7 +59,7 @@ If a number of wireless cards doesn't match, you may try to reset the Wi-Fi sett current Wi-Fi configuration and restore the default values. `)}

-
+
- +
); }