From a1de4cb2dd405c2e8d95dbbf717c79dc43b65f37 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 21 May 2014 21:27:44 -0400 Subject: [PATCH] added no tags language key --- public/language/en_GB/tags.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/language/en_GB/tags.json b/public/language/en_GB/tags.json index dbd88abbfc..c5f956f038 100644 --- a/public/language/en_GB/tags.json +++ b/public/language/en_GB/tags.json @@ -1,5 +1,6 @@ { "no_tag_topics": "There are no topics with this tag.", "tags": "Tags", - "enter_tags_here": "Enter tags here..." + "enter_tags_here": "Enter tags here...", + "no_tags": "There are no tags yet." } \ No newline at end of file