League => Competition

This commit is contained in:
Brian Miyaji
2014-12-09 18:09:38 +11:00
parent 1b882d8c1c
commit 675cf3774f
11 changed files with 12 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ class SP_Widget_Countdown extends WP_Widget {
<label for="<?php echo $this->get_field_id('show_venue'); ?>"><?php _e( 'Display venue', 'sportspress' ); ?></label></p>
<p><input class="checkbox" type="checkbox" id="<?php echo $this->get_field_id('show_league'); ?>" name="<?php echo $this->get_field_name('show_league'); ?>" value="1" <?php checked( $show_league, 1 ); ?>>
<label for="<?php echo $this->get_field_id('show_league'); ?>"><?php _e( 'Display league', 'sportspress' ); ?></label></p>
<label for="<?php echo $this->get_field_id('show_league'); ?>"><?php _e( 'Display competition', 'sportspress' ); ?></label></p>
<?php
// Action to hook into