diff --git a/src/panels/lovelace/badges/hui-view-badges.ts b/src/panels/lovelace/badges/hui-view-badges.ts index b1736b97dd..5253e16139 100644 --- a/src/panels/lovelace/badges/hui-view-badges.ts +++ b/src/panels/lovelace/badges/hui-view-badges.ts @@ -150,10 +150,10 @@ export class HuiViewBadges extends LitElement { class="add" @click=${this._addBadge} aria-label=${this.hass.localize( - "ui.panel.lovelace.editor.section.add_card" + "ui.panel.lovelace.editor.section.add_badge" )} .title=${this.hass.localize( - "ui.panel.lovelace.editor.section.add_card" + "ui.panel.lovelace.editor.section.add_badge" )} > diff --git a/src/translations/en.json b/src/translations/en.json index f6e588e775..54b7979d1e 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5626,6 +5626,7 @@ }, "section": { "unnamed_section": "Unnamed section", + "add_badge": "Add badge", "add_card": "[%key:ui::panel::lovelace::editor::edit_card::add%]", "create_section": "Create section" },