mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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>
|
></hui-card-picker>
|
||||||
</paper-dialog-scrollable>
|
</paper-dialog-scrollable>
|
||||||
<div class="paper-dialog-buttons">
|
<div class="paper-dialog-buttons">
|
||||||
<paper-button @click="${this._skipPick}">SKIP</paper-button>
|
<paper-button @click="${this._skipPick}">CUSTOM CARD</paper-button>
|
||||||
</div>
|
</div>
|
||||||
</paper-dialog>
|
</paper-dialog>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user