@everymatrix/player-account-gaming-limits 1.4.0 → 1.5.2

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": "@everymatrix/player-account-gaming-limits",
3
- "version": "1.4.0",
3
+ "version": "1.5.2",
4
4
  "main": "dist/player-account-gaming-limits.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "be1fa07132bd9efec772e8532a8bc54c82eb1cb6"
39
+ "gitHead": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
40
40
  }
@@ -41,8 +41,8 @@ export const PlayerGamingLimitsCardTranslations = {
41
41
  },
42
42
  es: {
43
43
  gamingLimits: {
44
- returnToMenu: `Regresar al Menú`,
45
- gamingLimitsText: `Límites del juego`,
44
+ returnToMenu: `Regresar al menu`,
45
+ gamingLimitsText: `Límites de juego`,
46
46
  depositLimit: `Límite de depósito`,
47
47
  timeLimit: `Límite de tiempo`,
48
48
  wageringLimit: `Límite de apuestas`,
@@ -59,4 +59,4 @@ export const PlayerGamingLimitsCardTranslations = {
59
59
  lossLimit: `Limite de Perda`
60
60
  }
61
61
  },
62
- };
62
+ };