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.
This commit is contained in:
redbar0n 2020-03-04 15:31:40 +01:00 committed by GitHub
parent c6f101a487
commit b4f0fce600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {