diff --git a/src/panels/lovelace/strategies/areas/areas-overview-view-strategy.ts b/src/panels/lovelace/strategies/areas/areas-overview-view-strategy.ts index 547f93ed34..40a034140b 100644 --- a/src/panels/lovelace/strategies/areas/areas-overview-view-strategy.ts +++ b/src/panels/lovelace/strategies/areas/areas-overview-view-strategy.ts @@ -83,7 +83,9 @@ export class AreasOverviewViewStrategy extends ReactiveElement { : [ { type: "markdown", - content: "No entities in this area.", + content: hass.localize( + "ui.panel.lovelace.strategy.areas.no_entities" + ), }, ]), ], diff --git a/src/translations/en.json b/src/translations/en.json index c9f587ad80..624a74bbdd 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6452,6 +6452,7 @@ "helpers": "[%key:ui::panel::config::helpers::caption%]" }, "areas": { + "no_entities": "No entities in this area.", "groups": { "lights": "Lights", "covers": "Covers",