@everymatrix/casino-tournaments-controller 1.3.0 → 1.3.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/casino-tournaments-controller",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/casino-tournaments-controller.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": "ac0e71f6ea97bb7428ee75f5667c1408cbdc3146"
39
+ "gitHead": "6f5109fe10945e3602504893215ac687784c4156"
40
40
  }
@@ -50,7 +50,7 @@ export const TournamentsControllerTranslations = {
50
50
  Scheduled: 'Planlanmış',
51
51
  Ongoing: 'Devam Eden',
52
52
  Finished: 'Sona Ermiş',
53
- loading: 'Yükelniyor, lütfen bekleyin ...',
53
+ loading: 'Yükleniyor, lütfen bekleyin ...',
54
54
  noTournaments: 'Herhangi bir turnuva bulunamadı.'
55
55
  }
56
56
  },