Skip to content

Commit

Permalink
Fix typo in "unprovison" key name and string for zwave (#23634)
Browse files Browse the repository at this point in the history
* Fix typo in "unprovison" key name and string

* Fix "unprovison" in zwave_js-provisioned.ts
  • Loading branch information
NoRi2909 authored Jan 8, 2025
1 parent c50f701 commit 221b393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ class ZWaveJSProvisioned extends LitElement {
},
unprovision: {
showNarrow: true,
title: localize("ui.panel.config.zwave_js.provisioned.unprovison"),
title: localize("ui.panel.config.zwave_js.provisioned.unprovision"),
type: "icon-button",
template: (entry) => html`
<ha-icon-button
.label=${this.hass.localize(
"ui.panel.config.zwave_js.provisioned.unprovison"
"ui.panel.config.zwave_js.provisioned.unprovision"
)}
.path=${mdiDelete}
.provisioningEntry=${entry}
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,7 @@
"provisioned": {
"dsk": "DSK",
"security_classes": "Security classes",
"unprovison": "Unprovison",
"unprovision": "Unprovision",
"included": "Included",
"not_included": "Not Included",
"confirm_unprovision_title": "Are you sure you want to unprovision the device?",
Expand Down

0 comments on commit 221b393

Please sign in to comment.