From 13869336dbea556ff560643d4914495085221804 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Tue, 22 Feb 2022 16:26:01 +0100 Subject: [PATCH] Fix Wi-Fi translation strings --- src/common/WiFiSettings/ResetWiFiSettings.js | 8 ++--- src/common/WiFiSettings/constants.js | 31 ++++++++------------ 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/src/common/WiFiSettings/ResetWiFiSettings.js b/src/common/WiFiSettings/ResetWiFiSettings.js index 9658cc7..6973a5b 100644 --- a/src/common/WiFiSettings/ResetWiFiSettings.js +++ b/src/common/WiFiSettings/ResetWiFiSettings.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/) + * Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/) * * This is free software, licensed under the GNU General Public License v3. * See /LICENSE for more information. @@ -54,9 +54,9 @@ export function ResetWiFiSettings({ ws, endpoint }) {

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

- {_(`If a number of wireless cards doesn't match, you may try \ -to reset the Wi-Fi settings. Note that this will remove the current Wi-Fi \ -configuration and restore the default values.`)} + {_( + "If a number of wireless cards doesn't match, you may try to reset the Wi-Fi settings. Note that this will remove the current Wi-Fi configuration and restore the default values." + )}