diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index c43bf33..ebff1b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -75,10 +75,10 @@ $("document").ready( function(){ </a> <ul class="pager"> <li class="previous"> - <a href="" id="older">← Older</a> + <a href="" id="older">← Previous</a> </li> <li class="next"> - <a href="" id="newer">Newer →</a> + <a href="" id="newer">Next →</a> </li> </ul> </li> |