Revert ""skip" is confusing for a lot of users (#2589)" (#2595)

* Revert ""skip" is confusing for a lot of users (#2589)"

This reverts commit ccb12996f87805a48b7f577f9d1d178771fe00b3.

* And the agreed name
This commit is contained in:
Bram Kragten 2019-01-27 22:37:03 +01:00 committed by GitHub
parent ccb12996f8
commit 3e1c22edcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ export class HuiDialogPickCard extends hassLocalizeLitMixin(LitElement) {
></hui-card-picker>
</paper-dialog-scrollable>
<div class="paper-dialog-buttons">
<paper-button @click="${this._skipPick}">CUSTOM CARD</paper-button>
<paper-button @click="${this._skipPick}">MANUAL CARD</paper-button>
</div>
</paper-dialog>
`;