Skip to content

Commit

Permalink
"skip" is confusing for a lot of users (#2589)
Browse files Browse the repository at this point in the history
Hopefully this will clear up the ambiguity for users.
  • Loading branch information
iantrich authored and bramkragten committed Jan 27, 2019
1 parent d688775 commit ccb1299
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}">SKIP</paper-button>
<paper-button @click="${this._skipPick}">CUSTOM CARD</paper-button>
</div>
</paper-dialog>
`;
Expand Down

0 comments on commit ccb1299

Please sign in to comment.