Fix substitute typo

This commit is contained in:
Brian Miyaji
2017-10-21 22:42:43 +11:00
parent 90140ce802
commit 48cf5a0229

View File

@@ -399,7 +399,7 @@ class SP_Event extends SP_Custom_Post{
$stats[ $index ]['sub_name'] = $sub_name;
$stats[ $index ]['sub_number'] = $sub_number;
$stats[ $index ]['label'] = __( 'Substite', 'sportspress' );
$stats[ $index ]['label'] = __( 'Substitute', 'sportspress' );
$stats[ $index ]['icon'] = '<i class="sp-icon-sub" title="' . $icon_title . '"></i>';
} else {
$stats[ $index ]['label'] = sp_array_value( $performance_labels, $details['key'] );