Skip to content

Commit

Permalink
Minor text change for improved clarity in disabling stats
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 4, 2024
1 parent b7f04ab commit 062ada2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-accessibility-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,11 @@ function wpa_admin_settings() {
</li>
<li>
<fieldset>
<legend><?php _e( 'Page Statistics Tracking', 'wp-accessibility' ); ?></legend>
<legend><?php _e( 'Statistics Tracking', 'wp-accessibility' ); ?></legend>
<ul>
<li>
<input type="radio" id="wpa_track_stats_none" value="off" name="wpa_track_stats" <?php checked( get_option( 'wpa_track_stats' ), 'off' ); ?>/>
<label for="wpa_track_stats_none"><?php _e( 'None', 'wp-accessibility' ); ?></label>
<label for="wpa_track_stats_none"><?php _e( 'Disabled', 'wp-accessibility' ); ?></label>
</li>
<li>
<input type="radio" id="wpa_track_stats_all" value="all" name="wpa_track_stats" <?php checked( get_option( 'wpa_track_stats' ), 'all' ); ?>/>
Expand Down

0 comments on commit 062ada2

Please sign in to comment.