From 09184f4027b9cb24f81ebdf9b29c388465614f3b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 5 Jun 2020 12:35:46 -0400 Subject: [PATCH] fix: new language tag for select_tags --- 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 c74b9759cf..48516af490 100644 --- a/public/language/en-GB/tags.json +++ b/public/language/en-GB/tags.json @@ -3,5 +3,6 @@ "tags": "Tags", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Enter tags...", - "no_tags": "There are no tags yet." + "no_tags": "There are no tags yet.", + "select_tags": "Select Tags" } \ No newline at end of file