mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Various minor tweaks (#14588)
This commit is contained in:
parent
a941ed4f90
commit
69d16ab9b4
@ -31,8 +31,8 @@ class ConfirmEventDialogBox extends LitElement {
|
||||
return html`
|
||||
<ha-dialog
|
||||
open
|
||||
?scrimClickAction="true"
|
||||
?escapeKeyAction="true"
|
||||
scrimClickAction
|
||||
escapeKeyAction
|
||||
@closed=${this._dialogClosed}
|
||||
defaultAction="ignore"
|
||||
.heading=${this._params.title}
|
||||
|
@ -238,7 +238,8 @@ class DialogCalendarEventEditor extends LitElement {
|
||||
${this.hass.localize("ui.components.calendar.event.add")}
|
||||
</mwc-button>
|
||||
`
|
||||
: html` <mwc-button
|
||||
: html`
|
||||
<mwc-button
|
||||
slot="primaryAction"
|
||||
@click=${this._saveEvent}
|
||||
.disabled=${this._submitting}
|
||||
@ -258,7 +259,8 @@ class DialogCalendarEventEditor extends LitElement {
|
||||
)}
|
||||
</mwc-button>
|
||||
`
|
||||
: ""}`}
|
||||
: ""}
|
||||
`}
|
||||
</ha-dialog>
|
||||
`;
|
||||
}
|
||||
|
@ -634,7 +634,7 @@
|
||||
"label": "Calendar",
|
||||
"my_calendars": "My Calendars",
|
||||
"today": "Today",
|
||||
"event_retrieval_error": "Could not retrieve events for calendars: ",
|
||||
"event_retrieval_error": "Could not retrieve events for calendars:",
|
||||
"event": {
|
||||
"add": "Add Event",
|
||||
"delete": "Delete Event",
|
||||
|
Loading…
x
Reference in New Issue
Block a user