Skip to content

Commit

Permalink
incorrect closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 8, 2018
1 parent f10e2be commit a226f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/initial-setup/end.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<h1><?php _e( "Done! You finished this Setup Wizard", "wp-auth0" ); ?></h1>

<p class="a0-step-text"><?php _e( "Adjust the plug-in's settings from the WordPress dashboard, and visit Auth0's dashboard to change how users log in, add connections, enable multi-factor authentication, and more.", "wp-auth0" ); ?></h1>
<p class="a0-step-text"><?php _e( "Adjust the plug-in's settings from the WordPress dashboard, and visit Auth0's dashboard to change how users log in, add connections, enable multi-factor authentication, and more.", "wp-auth0" ); ?></p>

<div class="a0-buttons extra-space">
<a onclick="onNext()" href="<?php echo admin_url( 'admin.php?page=wpa0' ); ?>" class="a0-button primary">GO TO PLUG-IN SETTINGS</a>
Expand Down

0 comments on commit a226f9c

Please # to comment.