Skip to content

Commit 1cfa906

Browse files
authored
Merge pull request #199 from moderntribe/feature/update-payment-wizards-ui
fix: Adding Stripe start screen heading and copy back
2 parents 8eb03eb + f6c6e8b commit 1cfa906

File tree

3 files changed

+2420
-1773
lines changed

3 files changed

+2420
-1773
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"packageManager": "[email protected]",
4343
"dependencies": {
4444
"@babel/plugin-syntax-flow": "^7.18.6",
45-
"@babel/plugin-transform-react-jsx": "^7.20.7",
45+
"@babel/plugin-transform-react-jsx": "^7.20.13",
4646
"@babel/preset-env": "^7.20.2",
47-
"@babel/runtime": "^7.20.7",
47+
"@babel/runtime": "^7.20.13",
4848
"@changesets/cli": "^2.26.0",
49-
"@moderntribe/eslint-config-custom": "workspace:*",
49+
"@moderntribe/eslint-config-custom": "workspace:0.1.0",
5050
"@storybook/addon-actions": "^6.5.15",
5151
"@storybook/addon-docs": "^6.5.15",
5252
"@storybook/addon-essentials": "^6.5.15",
@@ -60,11 +60,11 @@
6060
"@storybook/react": "^6.5.15",
6161
"@storybook/testing-library": "^0.0.9",
6262
"@storybook/theming": "^6.5.15",
63-
"@types/react": "^17.0.52",
63+
"@types/react": "^17.0.53",
6464
"eslint-config-turbo": "^0.0.3",
65-
"prettier": "^2.8.1",
65+
"prettier": "^2.8.3",
6666
"rimraf": "^3.0.2",
67-
"turbo": "^1.6.3",
67+
"turbo": "^1.7.0",
6868
"typescript": "^4.9.4"
6969
}
7070
}

packages/storebuilder/src/wizards/payments/stripe/data/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { __ } from '@wordpress/i18n';
22

33
export const paymentsStripeConsts = {
44
getStarted: {
5+
heading: __('Get started with Stripe', 'moderntribe-storebuilder'),
6+
copy: __('Connect or create a Stripe account to accept payments directly onsite, including Payment Request buttons (such as Apple Pay and Google Pay), iDEAL, SEPA, Sofort, and more international payment methods.', 'moderntribe-storebuilder'),
57
terms: __('By clicking "Connect Stripe", you agree to the Terms of Service.', 'moderntribe-storebuilder'),
68
label: __('Connect Your Account', 'moderntribe-storebuilder'),
79
stripeAlt: __('stripe logo', 'moderntribe-storebuilder')

0 commit comments

Comments
 (0)