feature/IO-3096-GlobalNotifications - Check-point

This commit is contained in:
Dave Richer
2025-02-10 17:15:53 -05:00
parent b1ffbe0e12
commit 54820fe3c8
6 changed files with 72 additions and 11 deletions

View File

@@ -3761,7 +3761,7 @@
},
"notifications": {
"labels": {
"notificationscenarios": "Notification Scenarios",
"notificationscenarios": "Job Notification Scenarios",
"save": "Save Scenarios",
"watching-issue": "Watching",
"add-watchers": "Add Watchers",
@@ -3795,6 +3795,11 @@
"job-status-change": "Job Status Changed",
"payment-collected-completed": "Payment Collected / Completed",
"alternate-transport-changed": "Alternate Transport Changed"
},
"channels": {
"app": "App",
"email": "Email",
"fcm": "Push"
}
}
}