From 4e50a402c736f1102436e612b679eb5a71ac8ebd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Sat, 28 Dec 2019 17:31:42 +0200
Subject: [PATCH] Note Huawei LTE notify service change requires restart
 (#30223)

Refs https://github.com/home-assistant/home-assistant/issues/30222
---
 homeassistant/components/huawei_lte/.translations/en.json | 2 +-
 homeassistant/components/huawei_lte/strings.json          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/huawei_lte/.translations/en.json b/homeassistant/components/huawei_lte/.translations/en.json
index 5cee60fb727..c5f2b4a2a02 100644
--- a/homeassistant/components/huawei_lte/.translations/en.json
+++ b/homeassistant/components/huawei_lte/.translations/en.json
@@ -33,7 +33,7 @@
         "step": {
             "init": {
                 "data": {
-                    "name": "Notification service name",
+                    "name": "Notification service name (change requires restart)",
                     "recipient": "SMS notification recipients",
                     "track_new_devices": "Track new devices"
                 }
diff --git a/homeassistant/components/huawei_lte/strings.json b/homeassistant/components/huawei_lte/strings.json
index 0d586e0d0ad..c5f2b4a2a02 100644
--- a/homeassistant/components/huawei_lte/strings.json
+++ b/homeassistant/components/huawei_lte/strings.json
@@ -7,13 +7,13 @@
         },
         "error": {
             "connection_failed": "Connection failed",
+            "connection_timeout": "Connection timeout",
             "incorrect_password": "Incorrect password",
             "incorrect_username": "Incorrect username",
             "incorrect_username_or_password": "Incorrect username or password",
             "invalid_url": "Invalid URL",
             "login_attempts_exceeded": "Maximum login attempts exceeded, please try again later",
             "response_error": "Unknown error from device",
-            "connection_timeout": "Connection timeout",
             "unknown_connection_error": "Unknown error connecting to device"
         },
         "step": {
@@ -33,7 +33,7 @@
         "step": {
             "init": {
                 "data": {
-                    "name": "Notification service name",
+                    "name": "Notification service name (change requires restart)",
                     "recipient": "SMS notification recipients",
                     "track_new_devices": "Track new devices"
                 }
-- 
GitLab