diff --git a/langs/english.json b/langs/english.json index 248bc5ab..86b91c9b 100644 --- a/langs/english.json +++ b/langs/english.json @@ -441,6 +441,8 @@ "topic_list.move_head":"Move these topics to?", "topic_list.move_button":"Move Topics", "topic_list.changed_topics":"Click to see %d new or changed topics", + "topic_list.most_recent_filter":"Most Recent", + "topic_list.most_viewed_filter":"Most Viewed", "topic_list.replies_suffix":"replies", "topic_list.likes_suffix":"likes", "topic_list.views_suffix":"views", diff --git a/templates/topics.html b/templates/topics.html index 15c79e20..e6129517 100644 --- a/templates/topics.html +++ b/templates/topics.html @@ -7,13 +7,13 @@
{{if .ForumList}}
- / Most Recent + / {{lang "topic_list.most_recent_filter"}}