diff --git a/.changeset/ninety-cycles-chew.md b/.changeset/ninety-cycles-chew.md new file mode 100644 index 00000000..c418fe85 --- /dev/null +++ b/.changeset/ninety-cycles-chew.md @@ -0,0 +1,5 @@ +--- +'@moderntribe/sitebuilder': patch +--- + +Replaces text from Go Live wizard screen diff --git a/packages/sitebuilder/src/wizards/go-live/data/constants.ts b/packages/sitebuilder/src/wizards/go-live/data/constants.ts index e1c89442..04487c40 100644 --- a/packages/sitebuilder/src/wizards/go-live/data/constants.ts +++ b/packages/sitebuilder/src/wizards/go-live/data/constants.ts @@ -34,9 +34,9 @@ export const GoLiveStringData = { }, updateSiteUrl: { screenTitle: __('You\'re ready to go live with', 'moderntribe-sitebuilder'), - screenDescription: __('Once we begin, this process may take a few minutes. When the process is complete, you will need to log in again on the new live domain', 'moderntribe-sitebuilder'), + screenDescription: __('Once we begin, this process may take a few minutes. When the process is complete, you will need to log in again on the new live domain.', 'moderntribe-sitebuilder'), + descriptionProcessing: __('This process will take a few minutes. You\'ll be logged out when it completes and will need to log in again on your new domain.', 'moderntribe-sitebuilder'), launchImgAltText: __('Go live rocket', 'moderntribe-sitebuilder'), - descriptionProcessing: __('This can take a few minutes. You can log out now, or we can will just log out upon completion.', 'moderntribe-sitebuilder'), loginUrlLabelText: __('Copy Your New Login URL', 'moderntribe-sitebuilder'), loginUrlHelperText: __('Copy and save this URL. Once your domain is connected you\'ll need it to login.', 'moderntribe-sitebuilder') },