mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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"
|
||||
@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"
|
||||
)}
|
||||
>
|
||||
<ha-svg-icon .path=${mdiPlus}></ha-svg-icon>
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user