@everymatrix/casino-footer-v2 1.14.2 → 1.14.4

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-footer-v2",
3
- "version": "1.14.2",
3
+ "version": "1.14.4",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "870342da51cddabdb57a3deed6fef695229c9ecd"
38
+ "gitHead": "74bd064ad8986a84264647fbb43de448634d7b3f"
39
39
  }
@@ -97,7 +97,7 @@
97
97
  addNewMessages(item, TRANSLATIONS[item]);
98
98
  });
99
99
 
100
- let panicButtonCustomText:string = $_('casinoFooter.panicButton');
100
+ let panicButtonCustomText:string = $_('panicButton');
101
101
 
102
102
  const setSession = ():void => {
103
103
  checkSession(userendpoint, session).then((res:any) => {
@@ -331,7 +331,7 @@
331
331
 
332
332
  const setActiveLanguage = ():void => {
333
333
  setLocale(lang);
334
- panicButtonCustomText = $_('casinoFooter.panicButton');
334
+ panicButtonCustomText = $_('panicButton');
335
335
  }
336
336
 
337
337
  onMount(() => {