Skip to content

Commit

Permalink
Merge pull request #3342 from Automattic/update/delete-site-support-link
Browse files Browse the repository at this point in the history
Use the in-product support UI on Delete Site screen
  • Loading branch information
dllh committed Feb 19, 2016
2 parents 95aa72b + 9e3e78e commit 02ade95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/site-settings/delete-site/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module.exports = React.createClass( {
this.translate( 'If you\'re unsure about what will be deleted or need any help, not to worry, our support team ' +
'is here to answer any questions you might have.' )
}</p>
<p><a className="settings-action-panel__body-text-link" href="https://en.support.wordpress.com/contact" target="_blank">{ strings.contactSupport }</a></p>
<p><a className="settings-action-panel__body-text-link" href="/help/contact">{ strings.contactSupport }</a></p>
</ActionPanelBody>
<ActionPanelFooter>
<Button
Expand Down

0 comments on commit 02ade95

Please sign in to comment.