notification-bug-fix #87

Merged
allentj merged 13 commits from notification-bug-fix into dev 2025-08-18 13:42:27 +00:00
Showing only changes of commit b59e0033db - Show all commits

View File

@ -180,7 +180,7 @@ function prepareNotificationMessage(
case "trainer_response":
title =
notification.data?.title ||
(notification.data?.status === "accepted"
(notification.data?.status === "Accepted"
? "Trainer Request Accepted"
: "Trainer Request Update");
body =