diff --git a/source/js/Module/Event/Components/FilterableEventsContainer.js b/source/js/Module/Event/Components/FilterableEventsContainer.js index 5ebcd0b2..ac1c227b 100644 --- a/source/js/Module/Event/Components/FilterableEventsContainer.js +++ b/source/js/Module/Event/Components/FilterableEventsContainer.js @@ -510,6 +510,7 @@ if(!noUrl) { total={totalPages} langPrev={translation.previousPage} langNext={translation.nextPage} + langGoToPage={translation.goToPage} /> } diff --git a/source/php/Module/Event/Event.php b/source/php/Module/Event/Event.php index 65534bc3..91ca8398 100644 --- a/source/php/Module/Event/Event.php +++ b/source/php/Module/Event/Event.php @@ -467,7 +467,8 @@ public function script() 'fromAge' => __('From age', 'event-integration'), 'toAge' => __('To age', 'event-integration'), 'nextPage' => __('Next page', 'event-integration'), - 'previousPage' => __('Previous page', 'event-integration') + 'previousPage' => __('Previous page', 'event-integration'), + 'goToPage' => __('Go to page', 'event-integration'), ) ); }