Skip to content

Commit

Permalink
small copy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Oct 1, 2024
1 parent e8c8b11 commit 3c45f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
</label>
</h2>

<p>
<?php esc_html_e( 'Select a plugin to check best practices in several categories and security issues.', 'plugin-check' ); ?>
</p>

<select id="plugin-check__plugins-dropdown" name="plugin_check_plugins">
<?php if ( 1 !== count( $available_plugins ) ) { ?>
<option value=""><?php esc_html_e( 'Select Plugin', 'plugin-check' ); ?></option>
Expand Down

0 comments on commit 3c45f07

Please sign in to comment.