diff --git a/themes/bootstrap3/templates/Helpers/pagination.phtml b/themes/bootstrap3/templates/Helpers/pagination.phtml index c7f104b7740025e30d6a03d22285228d7d48fcb7..584ac0d8234abe50dbb028a4f6d5460c57b55c09 100644 --- a/themes/bootstrap3/templates/Helpers/pagination.phtml +++ b/themes/bootstrap3/templates/Helpers/pagination.phtml @@ -4,10 +4,10 @@ <li<? if (isset($this->previous)): ?>> <? $newParams = $this->params; $newParams['page'] = $this->previous; ?> <a href="<?= $this->currentPath() . '?' . http_build_query($newParams); ?>"> - « <?=$this->translate('Previous')?> + « <?=$this->translate('Prev')?> </a> <? else: ?> - class="disabled"> <span>« <?=$this->translate('Previous')?></span> + class="disabled"> <span>« <?=$this->translate('Prev')?></span> <? endif; ?> </li>