mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Button text is swapped on Lovelace raw YAML exit window (#8038)
Button text is swapped compared to the same thing elsewhere: d23165d06a/src/panels/lovelace/editor/card-editor/hui-dialog-edit-card.ts (L311)
This commit is contained in:
parent
6a6c2937fe
commit
e477fd567d
@ -173,8 +173,8 @@ class LovelaceFullConfigEditor extends LitElement {
|
|||||||
text: this.hass.localize(
|
text: this.hass.localize(
|
||||||
"ui.panel.lovelace.editor.raw_editor.confirm_unsaved_changes"
|
"ui.panel.lovelace.editor.raw_editor.confirm_unsaved_changes"
|
||||||
),
|
),
|
||||||
dismissText: this.hass!.localize("ui.common.leave"),
|
dismissText: this.hass!.localize("ui.common.stay"),
|
||||||
confirmText: this.hass!.localize("ui.common.stay"),
|
confirmText: this.hass!.localize("ui.common.leave"),
|
||||||
}))
|
}))
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user