Added delete schedule and no schedule message

This commit is contained in:
Juan Gilsanz Polo 2024-01-26 21:23:37 +01:00
parent 283d4e5c41
commit 770366eae6
3 changed files with 36 additions and 9 deletions

View file

@ -745,5 +745,6 @@
"to": "To: {to}",
"selectStartTime": "Select start time",
"selectEndTime": "Select end time",
"startTimeBeforeEndTime": "Start time must be before end time."
"startTimeBeforeEndTime": "Start time must be before end time.",
"noBlockingScheduleThisDevice": "There's no blocking schedule for this device."
}