summaryrefslogtreecommitdiff
path: root/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig')
-rw-r--r--fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig b/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig
index bf8d08a..f057d35 100644
--- a/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig
+++ b/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig
@@ -134,6 +134,6 @@ $this->Form->setTemplates(['label' => '']);
<?= $this->Paginator->next(__('next') . ' >') ?>
<?= $this->Paginator->last(__('last') . ' >>') ?>
</ul>
- <p><?= $this->Paginator->counter(['format' => __('Page {{ '{{' }}page{{ '}}' }} of {{ '{{' }}pages{{ '}}' }}, showing {{ '{{' }}current{{ '}}' }} record(s) out of {{ '{{' }}count{{ '}}' }} total')]) ?></p>
+ <p><?= $this->Paginator->counter(['format' => __('Page: {{ '{{' }}page{{ '}}' }}/{{ '{{' }}pages{{ '}}' }}, Total: {{ '{{' }}count{{ '}}' }}')]) ?></p>
</div>
</div>