diff options
Diffstat (limited to 'app/templates/todo/topics.html')
-rw-r--r-- | app/templates/todo/topics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index 8b39b8e..5d3e7f9 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -10,7 +10,7 @@ Topics to be Added {% if n >= 10000 %} <a class="btn btn-primary" href="{{ url_for('todo_topics_page', q=query, show_discarded=show_discarded, n=100, sort=sort_by) }}"> - Paginiated List + Paginated List </a> {% else %} <a class="btn btn-primary" |