From f4d07828e784f25369ff5f3b49b24806f3009e71 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 29 Dec 2020 22:52:20 +0100 Subject: [PATCH] Minor follow-up tweaks for PR 7947 (#7955) --- src/components/data-table/ha-data-table.ts | 2 +- src/layouts/hass-tabs-subpage-data-table.ts | 2 +- src/translations/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/data-table/ha-data-table.ts b/src/components/data-table/ha-data-table.ts index 04eebc36a1..1b987667ad 100644 --- a/src/components/data-table/ha-data-table.ts +++ b/src/components/data-table/ha-data-table.ts @@ -99,7 +99,7 @@ export class HaDataTable extends LitElement { @property({ type: Boolean }) public hasFab = false; /** - * Add an extra rows at the bottom of the datatabel + * Add an extra row at the bottom of the data table * @type {TemplateResult} */ @property({ attribute: false }) public appendRow?; diff --git a/src/layouts/hass-tabs-subpage-data-table.ts b/src/layouts/hass-tabs-subpage-data-table.ts index d11d01dafe..6910af6d77 100644 --- a/src/layouts/hass-tabs-subpage-data-table.ts +++ b/src/layouts/hass-tabs-subpage-data-table.ts @@ -61,7 +61,7 @@ export class HaTabsSubpageDataTable extends LitElement { @property({ type: Boolean }) public hasFab = false; /** - * Add an extra rows at the bottom of the datatabel + * Add an extra row at the bottom of the data table * @type {TemplateResult} */ @property({ attribute: false }) public appendRow?; diff --git a/src/translations/en.json b/src/translations/en.json index 6a800a8a8e..b1b5675d19 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1473,7 +1473,7 @@ "add_blueprint": "Import blueprint", "use_blueprint": "Create automation", "delete_blueprint": "Delete blueprint", - "discover_more": "Discover more Blueprints" + "discover_more": "Discover more blueprints" }, "add": { "header": "Import a blueprint",