Update home.php

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

View File

@ -29,7 +29,7 @@
}
if (Paginator::showNext()) {
echo '<li><a href="'.Paginator::nextPageUrl().'">'.$L->get('Previuos').'</a></li>';
echo '<li><a href="'.Paginator::nextPageUrl().'">'.$L->get('Previous').'</a></li>';
}
?>
</ul>
</ul>