mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
rename actions in UI editors to interactions (#21505)
This commit is contained in:
parent
e05c66444a
commit
e8dd835eeb
@ -131,7 +131,7 @@ export class HuiEntityBadgeEditor
|
||||
{
|
||||
name: "",
|
||||
type: "expandable",
|
||||
title: localize(`ui.panel.lovelace.editor.badge.entity.actions`),
|
||||
title: localize(`ui.panel.lovelace.editor.badge.entity.interactions`),
|
||||
iconPath: mdiGestureTap,
|
||||
schema: [
|
||||
{
|
||||
|
@ -138,7 +138,7 @@ export class HuiTileCardEditor
|
||||
{
|
||||
name: "",
|
||||
type: "expandable",
|
||||
title: localize(`ui.panel.lovelace.editor.card.tile.actions`),
|
||||
title: localize(`ui.panel.lovelace.editor.card.tile.interactions`),
|
||||
iconPath: mdiGestureTap,
|
||||
schema: [
|
||||
{
|
||||
|
@ -6035,7 +6035,7 @@
|
||||
"description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.",
|
||||
"color": "Color",
|
||||
"icon_tap_action": "Icon tap behavior",
|
||||
"actions": "Actions",
|
||||
"interactions": "Interactions",
|
||||
"appearance": "Appearance",
|
||||
"show_entity_picture": "Show entity picture",
|
||||
"vertical": "Vertical",
|
||||
@ -6074,7 +6074,7 @@
|
||||
"name": "Entity",
|
||||
"description": "The Entity badge gives you a quick overview of your entity.",
|
||||
"color": "Color",
|
||||
"actions": "Actions",
|
||||
"interactions": "Interactions",
|
||||
"appearance": "Appearance",
|
||||
"show_entity_picture": "Show entity picture",
|
||||
"state_content": "State content",
|
||||
|
Loading…
x
Reference in New Issue
Block a user