mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add EN fallback text for dismiss button (#8068)
This commit is contained in:
parent
2113ea675e
commit
7f840e75df
@ -33,7 +33,8 @@ export default <T extends Constructor<HassBaseEl>>(superClass: T) =>
|
|||||||
duration: 0,
|
duration: 0,
|
||||||
dismissable: false,
|
dismissable: false,
|
||||||
action: {
|
action: {
|
||||||
text: this.hass!.localize("ui.notification_toast.dismiss"),
|
text:
|
||||||
|
this.hass!.localize("ui.notification_toast.dismiss") || "Dismiss",
|
||||||
action: () => {},
|
action: () => {},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user