Skip to content

Commit

Permalink
Merge branch 'hotfix/calendar-labels'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykolodziej committed Jul 7, 2020
2 parents f4a7332 + c679ccc commit 5f98c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) . ':',
Expand Down

0 comments on commit 5f98c66

Please sign in to comment.