Skip to content

Commit

Permalink
Add learn more link to import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvalentin committed Feb 2, 2018
1 parent c752f09 commit 2bd2eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/ts/components/Admin.tsx
Expand Up @@ -132,6 +132,10 @@ const getActiveTabView = (props: IFormProps) => {
</h3>
<p className='description'>
{__('Import your existing WordPress comments to Disqus.')}
{' '}
<a href='https://help.disqus.com/customer/portal/articles/466255' target='_blank'>
{__('Learn More')}
</a>
</p>
{getExportContainer(props)}
</div>
Expand Down

0 comments on commit 2bd2eaa

Please sign in to comment.