Correction of typo

This commit is contained in:
Edi 2017-10-23 12:24:51 +02:00 committed by GitHub
parent 83747f5550
commit dce50dcff9
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<div class="clearfix">
<?php
if(Paginator::showPrev()) {
echo '<a class="btn btn-secondary float-left" href="'.Paginator::prevPageUrl().'">&larr; '.$Language->get('Previuos page').'</a>';
echo '<a class="btn btn-secondary float-left" href="'.Paginator::prevPageUrl().'">&larr; '.$Language->get('Previous page').'</a>';
}
if(Paginator::showNext()) {
@ -52,4 +52,4 @@
</div>
</div>
<hr>
<hr>