Minor follow-up tweaks for PR 7947 (#7955)

This commit is contained in:
Philip Allgaier 2020-12-29 22:52:20 +01:00 committed by GitHub
parent 95b552671c
commit f4d07828e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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?;

View File

@ -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?;

View File

@ -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",