playov2-js-utilities 0.3.9 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -212,8 +212,8 @@ const host_cancelled_activity = {
212
212
  * @param {String} date
213
213
  */
214
214
  const activity_reminder = {
215
- heading: '⏰, Activity reminder!',
216
- text: 'You have a {{sport_name}} game coming up on {{date}}. Best of luck!',
215
+ heading: 'Activity Reminder',
216
+ text: 'You have a {{sport_name}} game coming up at {{date}}. Gear up for some fun!',
217
217
  buttons: [],
218
218
  notificationId: notificationIds.ACTIVITY_REMINDER
219
219
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {