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
|
|
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
|
/**
|