I am trying to modify the message for push notification when a badge is granted to a user from the Moodle admin panel.
What it originally is:
You have been awarded the badge "%badgename%"!
More information about this badge can be found on the %badgelink% badge information page.
You can manage and download the badge from your Manage badges page.
What I have changed it to be:
You have been awarded the badge "%badgename%"!
The notification message I actually received before the modification:
You have been awarded the badge "%badgename%"!
More information about this badge can be found on the %badgelink% badge information page.
You can manage and download the badge from your Manage badges page.
The notification message I actually received after the modification:
You have been awarded the badge "%badgename%"!
You can manage and download the badge from your Manage badges page.
(Somehow, the last sentence survived the modification)
Can anyone let me know what could be the cause and how to remove it? As the notification message does changed, I think it works but the message is changed again before it is sent to the user.