diff --git a/src/panels/config/devices/device-detail/ha-device-entities-card.ts b/src/panels/config/devices/device-detail/ha-device-entities-card.ts index 55f1a2ec5b..1bac107628 100644 --- a/src/panels/config/devices/device-detail/ha-device-entities-card.ts +++ b/src/panels/config/devices/device-detail/ha-device-entities-card.ts @@ -107,7 +107,7 @@ export class HaDeviceEntitiesCard extends LitElement { ? html` diff --git a/src/translations/en.json b/src/translations/en.json index 9cb1081522..6227fff0e7 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4331,7 +4331,7 @@ "add_entities_lovelace": "Add to dashboard", "none": "This device has no entities", "show_less": "Show less", - "hidden_entities": "+{count} {count, plural,\n one {entity}\n other {entities}\n} not shown", + "disabled_entities": "+{count} disabled {count, plural,\n one {entity}\n other {entities}\n}", "hidden": "Hidden" }, "confirm_rename_entity_ids": "Do you also want to rename the entity IDs of your entities?",