@everymatrix/player-account-gaming-limits-popup 0.0.302 → 0.0.305
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-popup",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.305",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-popup.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": "
|
|
39
|
+
"gitHead": "c3d97ef3aa80d72345ba793aeee7bf1345a66395"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -3,7 +3,7 @@ export const PlayerGamingLimitsPopupTranslations = {
|
|
|
3
3
|
popupText: {
|
|
4
4
|
name: `Info`,
|
|
5
5
|
amountChanged: `Your limit has been changed or increased: {amount} {currency}. You will have to wait for the expiration date for your new limit to take effect:`,
|
|
6
|
-
defaultText: `
|
|
6
|
+
defaultText: `When you set a game limit, it takes effect from the moment you activate it and lasts until the end of the selected period. Therefore, if you set a daily limit at 14.00, the 24-hour period that counts is from its activation until 00:00 GMT. The limit is then valid for 24 days. you can lower a limit at any time with immediate effect. however, increasing or removing a limit will not apply until the current limit expires.`
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
fr: {
|