Skip to content

Commit

Permalink
Name config entry options as options on integration page
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Feb 16, 2024
1 parent 583f54a commit c8bab0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
? html`
<mwc-button slot="meta" @click=${this._showOptions}>
${this.hass.localize(
"ui.panel.config.integrations.config_entry.configure"
"ui.panel.config.integrations.config_entry.options"
)}
</mwc-button>
`
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3887,6 +3887,7 @@
"no_devices_or_entities": "No devices or entities",
"rename": "Rename",
"configure": "Configure",
"options": "Options",
"system_options": "System options",
"documentation": "Documentation",
"download_diagnostics": "Download diagnostics",
Expand Down

0 comments on commit c8bab0e

Please sign in to comment.