Skip to content

Commit

Permalink
settings / features / fullcontact #167
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Mar 21, 2016
1 parent 408106f commit cf9c369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/admin/WP_Auth0_Admin_Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ public function render_fullcontact() {

<div class="subelement">
<span class="description">
<?php echo __( 'Mark this if you want to enrich your users\' profiles with the data provided by FullContact. A valid api key is require.', WPA0_LANG ); ?>
<?php echo __( 'More info ', WPA0_LANG ); ?>
<a target="_blank" href="https://auth0.com/docs/scenarios/mixpanel-fullcontact-salesforce#2-augment-user-profile-with-fullcontact-"><?php echo __( 'HERE', WPA0_LANG );?></a>
<?php echo __( 'Mark this if you want to enrich your users\' profiles with the data provided by FullContact. A valid api key is required. ', WPA0_LANG ); ?>
<?php echo __( 'For more information, see our ', WPA0_LANG ); ?>
<a target="_blank" href="https://auth0.com/docs/scenarios/mixpanel-fullcontact-salesforce#2-augment-user-profile-with-fullcontact-"><?php echo __( 'help page on FullContact integration with Auth0', WPA0_LANG );?></a>
</span>
</div>
<?php
Expand Down

0 comments on commit cf9c369

Please sign in to comment.