mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Show features translation
This commit is contained in:
parent
cadcd845cc
commit
31e351c75c
@ -63,7 +63,7 @@ class HaConfigDashboard extends NavigateMixin(LocalizeMixin(PolymerElement)) {
|
||||
</template>
|
||||
<template is="dom-if" if="[[!cloudStatus.logged_in]]">
|
||||
<div secondary="">
|
||||
[[localize('ui.panel.config.cloud.description_not_login')]]
|
||||
[[localize('ui.panel.config.cloud.description_features')]]
|
||||
</div>
|
||||
</template>
|
||||
</paper-item-body>
|
||||
|
@ -800,7 +800,8 @@
|
||||
"cloud": {
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Logged in as {email}",
|
||||
"description_not_login": "Not logged in"
|
||||
"description_not_login": "Not logged in",
|
||||
"description_features": "Control away from home, integrate with Alexa and Google Assistant."
|
||||
},
|
||||
"entity_registry": {
|
||||
"caption": "Entity Registry",
|
||||
|
Loading…
x
Reference in New Issue
Block a user