Change Kick-off to Date/Time
This commit is contained in:
@@ -11,9 +11,9 @@ function sportspress_gettext( $translated_text, $untranslated_text, $domain ) {
|
||||
),
|
||||
'sp_event' => array(
|
||||
'Enter title here' => '(no title)',
|
||||
'Scheduled for: <b>%1$s</b>' => 'Kick-off: <b>%1$s</b>',
|
||||
'Published on: <b>%1$s</b>' => 'Kick-off: <b>%1$s</b>',
|
||||
'Publish <b>immediately</b>' => 'Kick-off: <b>%1$s</b>',
|
||||
'Scheduled for: <b>%1$s</b>' => 'Date/Time: <b>%1$s</b>',
|
||||
'Published on: <b>%1$s</b>' => 'Date/Time: <b>%1$s</b>',
|
||||
'Publish <b>immediately</b>' => 'Date/Time: <b>%1$s</b>',
|
||||
),
|
||||
'sp_player' => array(
|
||||
'Enter title here' => 'Name',
|
||||
|
||||
@@ -179,7 +179,7 @@ function sportspress_event_edit_columns() {
|
||||
'sp_team' => __( 'Teams', 'sportspress' ),
|
||||
'sp_season' => __( 'Seasons', 'sportspress' ),
|
||||
'sp_venue' => __( 'Venues', 'sportspress' ),
|
||||
'sp_kickoff' => __( 'Kick-off', 'sportspress' )
|
||||
'sp_kickoff' => __( 'Date/Time', 'sportspress' )
|
||||
);
|
||||
return $columns;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user