-
- Quiet hours
-
+
{quietHoursTranslation}
Schedule quiet hours where notifications will not be sent, such as during maintenance periods.
@@ -171,7 +176,7 @@ export function QuietHours() {
@@ -249,6 +254,7 @@ export function QuietHours() {
Edit
+
handleDelete(record.id)}>
Delete
@@ -382,9 +388,15 @@ function QuietHoursDialog({
return (
- {editingRecord ? Edit Quiet Hours : Add Quiet Hours}
+
+ {editingRecord ? (
+ Edit {{ foo: quietHoursTranslation }}
+ ) : (
+ Add {{ foo: quietHoursTranslation }}
+ )}
+
- Configure quiet hours where notifications will not be sent.
+ Schedule quiet hours where notifications will not be sent.