From b4f0fce60045db73fec4e0e93d8a7c6d4d86e9a6 Mon Sep 17 00:00:00 2001 From: redbar0n Date: Wed, 4 Mar 2020 15:31:40 +0100 Subject: [PATCH] Changed login text to be less misleading (#5054) * Changed login text to be less misleading See https://github.com/home-assistant/frontend/issues/5053 * Update according to suggestion for improvement The new text should be more user-friendly. --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index e944bed3b2..89696e78fa 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -377,9 +377,9 @@ }, "ui": { "auth_store": { - "ask": "Do you want to save this login?", - "decline": "No thanks", - "confirm": "Save login" + "ask": "Do you want to stay logged in?", + "decline": "No", + "confirm": "Yes" }, "card": { "alarm_control_panel": {