notification-bug-fix #85

Merged
dhanshas merged 6 commits from notification-bug-fix into dev 2025-08-14 06:41:09 +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 =