diff --git a/templates/event-translations-header.php b/templates/event-translations-header.php index 48d56daa..92dd2a42 100644 --- a/templates/event-translations-header.php +++ b/templates/event-translations-header.php @@ -9,7 +9,7 @@ /* translators: %s: Event title. */ gp_title( sprintf( __( 'Translation Events - %s' ), esc_html( $event->title() ) ) ); -gp_breadcrumb_translation_events( array( '' . esc_html( $event->title() ) . '', __( 'Translations', 'glotpress' ), $locale->english_name ) ); +gp_breadcrumb_translation_events( array( '' . esc_html( $event->title() ) . '', __( 'Translations', 'glotpress' ), $locale->english_name ) ); gp_enqueue_scripts( array( 'gp-editor', 'gp-translations-page' ) ); wp_localize_script( 'gp-translations-page', @@ -52,11 +52,11 @@ - + - + diff --git a/templates/event.php b/templates/event.php index d9465ab0..7a0b7a0b 100644 --- a/templates/event.php +++ b/templates/event.php @@ -130,8 +130,8 @@ rows() as $_locale => $row ) : ?>