Fix translations for update button config entry system options (#4837)

This commit is contained in:
Bram Kragten 2020-02-12 13:49:20 +01:00
parent 97a6354a72
commit 156d944ca1
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class DialogConfigEntrySystemOptions extends LitElement {
.disabled=${this._submitting}
>
${this.hass.localize(
"ui.panel.config.entities.editor.update"
"ui.dialogs.config_entry_system_options.update"
)}
</mwc-button>
</div>

View File

@ -649,7 +649,8 @@
"config_entry_system_options": {
"title": "System Options for {integration}",
"enable_new_entities_label": "Enable newly added entities.",
"enable_new_entities_description": "If disabled, newly discovered entities for {integration} will not be automatically added to Home Assistant."
"enable_new_entities_description": "If disabled, newly discovered entities for {integration} will not be automatically added to Home Assistant.",
"update": "Update"
},
"zha_device_info": {
"manuf": "by {manufacturer}",