Skip to content

Commit

Permalink
Revert ""skip" is confusing for a lot of users (#2589)" (#2595)
Browse files Browse the repository at this point in the history
* Revert ""skip" is confusing for a lot of users (#2589)"

This reverts commit ccb1299.

* And the agreed name
  • Loading branch information
bramkragten committed Jan 27, 2019
1 parent ccb1299 commit 3e1c22e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
`;
Expand Down

0 comments on commit 3e1c22e

Please sign in to comment.