diff options
Diffstat (limited to 'plugins/akismet/views/setup.php')
-rw-r--r-- | plugins/akismet/views/setup.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/akismet/views/setup.php b/plugins/akismet/views/setup.php index d21c89a9..50780090 100644 --- a/plugins/akismet/views/setup.php +++ b/plugins/akismet/views/setup.php @@ -1,5 +1,4 @@ -<h3><?php esc_html_e( 'Set Up Akismet' , 'akismet' );?></h3> -<div class="akismet-right"> +<div class="akismet-setup-instructions"> + <p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p> <?php Akismet::view( 'get', array( 'text' => __( 'Set up your Akismet account' , 'akismet' ), 'classes' => array( 'akismet-button', 'akismet-is-primary' ) ) ); ?> </div> -<p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p>
\ No newline at end of file |