From e8dd835eeb79567120554c57f63b3487f47b735e Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 31 Jul 2024 11:39:32 +0200 Subject: [PATCH] rename actions in UI editors to interactions (#21505) --- .../editor/config-elements/hui-entity-badge-editor.ts | 2 +- .../lovelace/editor/config-elements/hui-tile-card-editor.ts | 2 +- src/translations/en.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-entity-badge-editor.ts b/src/panels/lovelace/editor/config-elements/hui-entity-badge-editor.ts index 73f5b65c07..5d8ebad738 100644 --- a/src/panels/lovelace/editor/config-elements/hui-entity-badge-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-entity-badge-editor.ts @@ -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: [ { diff --git a/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts index 172d2c95ed..587bb85fe4 100644 --- a/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts @@ -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: [ { diff --git a/src/translations/en.json b/src/translations/en.json index 6d5434ab77..5733deffc1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",