mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix interactions translation in area card editor (#26218)
This commit is contained in:
parent
51b79b33fb
commit
9461634670
@ -495,6 +495,7 @@ export class HuiAreaCardEditor
|
||||
case "name":
|
||||
case "camera_view":
|
||||
case "content":
|
||||
case "interactions":
|
||||
return this.hass!.localize(
|
||||
`ui.panel.lovelace.editor.card.generic.${schema.name}`
|
||||
);
|
||||
@ -502,7 +503,6 @@ export class HuiAreaCardEditor
|
||||
return this.hass!.localize(
|
||||
"ui.panel.lovelace.editor.action-editor.navigation_path"
|
||||
);
|
||||
case "interactions":
|
||||
case "features_position":
|
||||
return this.hass!.localize(
|
||||
`ui.panel.lovelace.editor.card.tile.${schema.name}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user