mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Fix translation advanced mode (#4647)
This commit is contained in:
parent
7021fd5809
commit
7ab9257f5e
@ -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>
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user