diff --git a/client/my-sites/guided-transfer/host-credentials-page/bluehost.jsx b/client/my-sites/guided-transfer/host-credentials-page/bluehost.jsx
index 8112f75ad6d71..449d0fae3dfb9 100644
--- a/client/my-sites/guided-transfer/host-credentials-page/bluehost.jsx
+++ b/client/my-sites/guided-transfer/host-credentials-page/bluehost.jsx
@@ -13,7 +13,7 @@ import {
Password,
CreateAccountTip,
SubmitSection,
- DestinationURL,
+ WPOrgURL,
} from './fields';
class Bluehost extends Component {
@@ -56,7 +56,7 @@ class Bluehost extends Component {
hostLabel={ hostInfo.label }
hostUrl={ hostInfo.url }
/>
-
diff --git a/client/my-sites/guided-transfer/host-credentials-page/fields.jsx b/client/my-sites/guided-transfer/host-credentials-page/fields.jsx
index 6b36ff9ea8631..e7afc37c3fea9 100644
--- a/client/my-sites/guided-transfer/host-credentials-page/fields.jsx
+++ b/client/my-sites/guided-transfer/host-credentials-page/fields.jsx
@@ -86,7 +86,7 @@ export const CreateAccountTip = localize( props =>
);
-export const DestinationURL = localize( props =>
+export const WPOrgURL = localize( props =>
{ props.translate( "New site's web address" ) }
diff --git a/client/my-sites/guided-transfer/host-credentials-page/siteground.jsx b/client/my-sites/guided-transfer/host-credentials-page/siteground.jsx
index e0d5d0fb06042..b475fccc8d9fe 100644
--- a/client/my-sites/guided-transfer/host-credentials-page/siteground.jsx
+++ b/client/my-sites/guided-transfer/host-credentials-page/siteground.jsx
@@ -13,7 +13,7 @@ import {
Email,
CreateAccountTip,
SubmitSection,
- DestinationURL,
+ WPOrgURL,
} from './fields';
class SiteGround extends Component {
@@ -56,7 +56,7 @@ class SiteGround extends Component {
hostLabel={ hostInfo.label }
hostUrl={ hostInfo.url }
/>
-