@everymatrix/cashier-method-details 1.33.0 → 1.33.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.33.0",
3
+ "version": "1.33.2",
4
4
  "main": "index.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": "171ed1815fd26a9dfe578cbcce3d26ddd7634e0f"
38
+ "gitHead": "5e12ec2b432963ee93e561f427aee3d113aa869a"
39
39
  }
@@ -22,12 +22,14 @@ export const TRANSLATIONS = {
22
22
  "backToMethodList": "BACK TO PAYMENT METHODS",
23
23
  "deposit": {
24
24
  "makeTxnButton": "DEPOSIT",
25
- "confirmText": "You're going to deposit {amount} {currency} to your account",
25
+ "confirmText": "You're going to deposit to your account",
26
+ "confirmTextWithAmount": "You're going to deposit {amount} {currency} to your account",
26
27
  "confirmButton": "Ok"
27
28
  },
28
29
  "withdraw": {
29
30
  "makeTxnButton": "WITHDRAW",
30
- "confirmText": "You're going to withdraw {amount} {currency} from your account",
31
+ "confirmText": "You're going to withdraw from your account",
32
+ "confirmTextWithAmount": "You're going to withdraw {amount} {currency} from your account",
31
33
  "confirmButton": "Ok"
32
34
  }
33
35
  }