From 48cf5a0229ef0cfd9a96ad27a3ca52da304bf5f4 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 21 Oct 2017 22:42:43 +1100 Subject: [PATCH] Fix substitute typo --- includes/class-sp-event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 4bee4c70..4fcc56a8 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -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'] = ''; } else { $stats[ $index ]['label'] = sp_array_value( $performance_labels, $details['key'] );