diff --git a/homeassistant/components/huawei_lte/.translations/en.json b/homeassistant/components/huawei_lte/.translations/en.json
index 5cee60fb7277786654e0e570c1960738ed4b504c..c5f2b4a2a02e662732fecab10b002569937c7fb7 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 0d586e0d0ad2acd262ca385ef4441bd068338ae7..c5f2b4a2a02e662732fecab10b002569937c7fb7 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"
                 }