From eff99ffabe6a580d4863376a4a9c6619b514f224 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 30 Jan 2014 21:05:59 -0500 Subject: [PATCH] fixed #915 --- public/language/en_GB/recent.json | 1 + public/language/en_GB/unread.json | 1 + public/templates/outgoing.tpl | 2 +- public/templates/popular.tpl | 2 +- public/templates/recent.tpl | 4 ++-- public/templates/unread.tpl | 2 +- src/topics.js | 1 - 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/language/en_GB/recent.json b/public/language/en_GB/recent.json index d868eb381a..654aa9977a 100644 --- a/public/language/en_GB/recent.json +++ b/public/language/en_GB/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Day", "week": "Week", "month": "Month" diff --git a/public/language/en_GB/unread.json b/public/language/en_GB/unread.json index f8d5ccfbc3..92abe978e9 100644 --- a/public/language/en_GB/unread.json +++ b/public/language/en_GB/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "There are no unread topics.", "mark_all_read": "Mark all as Read", "load_more": "Load More" diff --git a/public/templates/outgoing.tpl b/public/templates/outgoing.tpl index 6c6d8d9e0f..e6b8af32b6 100644 --- a/public/templates/outgoing.tpl +++ b/public/templates/outgoing.tpl @@ -1,7 +1,7 @@