From c679cccbdac2dc6f42825d954729e9e9d1635120 Mon Sep 17 00:00:00 2001 From: Ashley Kolodziej Date: Tue, 7 Jul 2020 15:23:24 -0400 Subject: [PATCH] Update labeling on calendar --- inc/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/calendar.php b/inc/calendar.php index f0d79fb0..c26cbb25 100755 --- a/inc/calendar.php +++ b/inc/calendar.php @@ -612,7 +612,7 @@ function responsive_calendar_event_field_labels() { 'feeBUStudent' => __( 'Fee (BU Students)', 'responsive-framework' ) . ':', 'feeSenior' => __( 'Fee (Seniors)', 'responsive-framework' ) . ':', 'deadline' => __( 'Deadline', 'responsive-framework' ) . ':', - 'url' => __( 'Registration', 'responsive-framework' ) . ':', + 'url' => __( 'Link', 'responsive-framework' ) . ':', 'contactOrganization' => __( 'Contact Organization', 'responsive-framework' ) . ':', 'contact_name' => __( 'Contact Name', 'responsive-framework' ) . ':', 'contact_email' => __( 'Contact Email', 'responsive-framework' ) . ':',