Skip to content

Commit

Permalink
Rename DestinationURL to WPOrgURL
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwest committed Aug 19, 2016
1 parent d483288 commit 695efbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Password,
CreateAccountTip,
SubmitSection,
DestinationURL,
WPOrgURL,
} from './fields';

class Bluehost extends Component {
Expand Down Expand Up @@ -56,7 +56,7 @@ class Bluehost extends Component {
hostLabel={ hostInfo.label }
hostUrl={ hostInfo.url }
/>
<DestinationURL
<WPOrgURL
value={ fieldValues.wporg_url }
onChange={ onFieldChange( 'wporg_url' ) }
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const CreateAccountTip = localize( props =>
</FormSettingExplanation>
);

export const DestinationURL = localize( props =>
export const WPOrgURL = localize( props =>
<FormFieldset className="host-credentials-page__account-wporg_url-fieldset">
<FormLabel htmlFor="wporg_url">
{ props.translate( "New site's web address" ) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Email,
CreateAccountTip,
SubmitSection,
DestinationURL,
WPOrgURL,
} from './fields';

class SiteGround extends Component {
Expand Down Expand Up @@ -56,7 +56,7 @@ class SiteGround extends Component {
hostLabel={ hostInfo.label }
hostUrl={ hostInfo.url }
/>
<DestinationURL
<WPOrgURL
value={ fieldValues.wporg_url }
onChange={ onFieldChange( 'wporg_url' ) }
/>
Expand Down

0 comments on commit 695efbd

Please sign in to comment.