From 98a4b1e9ac3ebad6c16752a22aafb82d4813fc70 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Wed, 26 Sep 2018 13:07:43 +0200 Subject: [PATCH] Update language strings (#16884) --- homeassistant/components/auth/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/auth/strings.json b/homeassistant/components/auth/strings.json index 2b1fc0c94f6..57f5ed659b0 100644 --- a/homeassistant/components/auth/strings.json +++ b/homeassistant/components/auth/strings.json @@ -17,15 +17,15 @@ "step": { "init": { "title": "Set up one-time password delivered by notify component", - "description": "Please select one of notify service:" + "description": "Please select one of the notification services:" }, "setup": { "title": "Verify setup", - "description": "A one-time password have sent by **notify.{notify_service}**. Please input it in below:" + "description": "A one-time password has been sent via **notify.{notify_service}**. Please enter it below:" } }, "abort": { - "no_available_service": "No available notify services." + "no_available_service": "No notification services available." }, "error": { "invalid_code": "Invalid code, please try again."