From 86e24a9268dff72dff8076ab90d94d1fcc657c2c Mon Sep 17 00:00:00 2001 From: Mark Furrow Date: Tue, 13 Dec 2022 08:12:25 -0800 Subject: [PATCH] More content changes --- packages/sitebuilder/src/wizards/go-live/data/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sitebuilder/src/wizards/go-live/data/constants.ts b/packages/sitebuilder/src/wizards/go-live/data/constants.ts index e720b7c0..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: __('This process will take a few minutes. You\'ll be logged out when it completes and will need to login again on your new 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 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') },