mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
"skip" is confusing for a lot of users (#2589)
Hopefully this will clear up the ambiguity for users.
This commit is contained in:
parent
d6887758a9
commit
ccb12996f8
@ -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>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user