overtime-utils 0.1.52 → 0.1.53

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overtime-utils",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -506,7 +506,7 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
506
506
  [MarketType.AWAY_TEAM_TO_WIN_TO_NIL]: {
507
507
  id: MarketType.AWAY_TEAM_TO_WIN_TO_NIL,
508
508
  key: 'awayTeamToWinToNill',
509
- name: 'To score at least one goal',
509
+ name: 'To win to nill',
510
510
  resultType: ResultType.EXACT_POSITION,
511
511
  },
512
512