Skip to content

Commit

Permalink
Use the in-product support UI on Delete Site screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dllh committed Feb 19, 2016
1 parent 166fff0 commit 9e3e78e
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 9e3e78e

Please sign in to comment.