@bigbinary/neeto-payments-frontend 1.2.7 → 1.2.9

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": "@bigbinary/neeto-payments-frontend",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "To manage payments across the neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-payments-frontend#readme",
@@ -43,11 +43,11 @@
43
43
  }
44
44
  },
45
45
  "title": {
46
- "connected": "Payments",
47
- "platform": "Platform payments",
48
- "split": "Split payments",
49
- "transfer": "Payments",
50
- "refund": "Refunds",
46
+ "connected": "Stripe transactions",
47
+ "platform": "Stripe transactions",
48
+ "split": "Stripe split transfers",
49
+ "transfer": "Stripe standard transactions",
50
+ "refund": "Stripe refunds",
51
51
  "squarePayment": "Square payments",
52
52
  "squareRefund": "Square refunds"
53
53
  },
@@ -127,10 +127,10 @@
127
127
  "paidOn": "Paid on:"
128
128
  },
129
129
  "countOf": {
130
- "platform": "{{count}} platform payment",
131
- "platform_other": "{{count}} platform payments",
132
- "split": "{{count}} transfer",
133
- "split_other": "{{count}} transfers",
130
+ "platform": "{{count}} transaction",
131
+ "platform_other": "{{count}} transactions",
132
+ "split": "{{count}} split transfer",
133
+ "split_other": "{{count}} split transfers",
134
134
  "transfer": "{{count}} transaction",
135
135
  "transfer_other": "{{count}} transactions",
136
136
  "connected": "{{count}} transaction",