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