notification-bug-fix #113

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