mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add badge label (#21598)
This commit is contained in:
parent
f096eb2031
commit
eeffa3561c
@ -150,10 +150,10 @@ export class HuiViewBadges extends LitElement {
|
|||||||
class="add"
|
class="add"
|
||||||
@click=${this._addBadge}
|
@click=${this._addBadge}
|
||||||
aria-label=${this.hass.localize(
|
aria-label=${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.section.add_card"
|
"ui.panel.lovelace.editor.section.add_badge"
|
||||||
)}
|
)}
|
||||||
.title=${this.hass.localize(
|
.title=${this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.section.add_card"
|
"ui.panel.lovelace.editor.section.add_badge"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ha-svg-icon .path=${mdiPlus}></ha-svg-icon>
|
<ha-svg-icon .path=${mdiPlus}></ha-svg-icon>
|
||||||
|
@ -5626,6 +5626,7 @@
|
|||||||
},
|
},
|
||||||
"section": {
|
"section": {
|
||||||
"unnamed_section": "Unnamed section",
|
"unnamed_section": "Unnamed section",
|
||||||
|
"add_badge": "Add badge",
|
||||||
"add_card": "[%key:ui::panel::lovelace::editor::edit_card::add%]",
|
"add_card": "[%key:ui::panel::lovelace::editor::edit_card::add%]",
|
||||||
"create_section": "Create section"
|
"create_section": "Create section"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user