Skip to content

Commit

Permalink
change message when the account was not created
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Mar 15, 2016
1 parent ddba2bf commit f1cef84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/initial-setup/WP_Auth0_InitialSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ public function access_denied() {
<div id="message" class="error">
<p>
<strong>
<?php echo __( 'An error has occurred signing you up. Please access to ', WPA0_LANG ); ?>
<?php echo __( 'There was an error creating your Auth0 account. Please access ', WPA0_LANG ); ?>
<a href="https://manage.auth0.com">https://manage.auth0.com</a>
<?php echo __( ' and create a new account before retrying.', WPA0_LANG ); ?>
<?php echo __( ', signup and try again.', WPA0_LANG ); ?>
</strong>
</p>
</div>
Expand Down

0 comments on commit f1cef84

Please sign in to comment.