playov2-js-utilities 0.2.5 → 0.2.6

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.
@@ -52,7 +52,7 @@ const activity_join_request = {
52
52
  */
53
53
  const activity_request_accepted = {
54
54
  heading: '{{host_first_name}} has accepted your request! 🥳',
55
- text: 'You\'re on for the {{sport_name}} game on {{date of the game}}. You can now chat with your game squad.'
55
+ text: 'You\'re on for the {{sport_name}} game on {{date}}. You can now chat with your game squad.'
56
56
  };
57
57
 
58
58
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {