Fix translation advanced mode (#4647)

This commit is contained in:
Bram Kragten 2020-01-29 19:01:35 +01:00 committed by GitHub
parent 7021fd5809
commit 7ab9257f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -88,11 +88,11 @@ class HaConfigDashboard extends LitElement {
? html`
<div class="promo-advanced">
${this.hass.localize(
"ui.panel.profile.advanced_mode.hint_enable"
"ui.panel.config.advanced_mode.hint_enable"
)}
<a href="/profile"
>${this.hass.localize(
"ui.panel.profile.advanced_mode.link_profile_page"
"ui.panel.config.advanced_mode.link_profile_page"
)}</a
>.
</div>

View File

@ -712,6 +712,10 @@
"config": {
"header": "Configure Home Assistant",
"introduction": "Here it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
"advanced_mode": {
"hint_enable": "Missing config options? Enable advanced mode on",
"link_profile_page": "your profile page"
},
"common": {
"editor": {
"confirm_unsaved": "You have unsaved changes. Are you sure you want to leave?"
@ -1972,8 +1976,6 @@
"advanced_mode": {
"title": "Advanced Mode",
"description": "Unlocks advanced features.",
"hint_enable": "Missing config options? Enable advanced mode on",
"link_profile_page": "your profile page",
"link_promo": "Learn more"
},
"refresh_tokens": {