Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SITE-71] Replace placeholder text #126

Merged
merged 2 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/two-falcons-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moderntribe/storebuilder": patch
---

Content replacement on Store Setup screen
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export const StoreSetupStringData = {
},
complete: {
title: __('Nice work! Let\'s keep going.', 'nexcess-mapps'),
copy: __(
'Nam erat felis, consectetur et velit non, fermentum vulputate sapien. Morbi rhoncus a metus et.',
'nexcess-mapps'
),
copy: __('Next up: Add products and set up your payment method.', 'nexcess-mapps'),
},
submitForm: {
errorMessage: __('There was an error saving the data.', 'nexcess-mapps'),
Expand Down