From 2cb950b6d8ba1aae691d62c831758164c538ff94 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 4 Aug 2021 14:42:41 +0800 Subject: [PATCH] Fix string context entry Forgot to remove the context string from the actual string. --- static/app-strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app-strings.json b/static/app-strings.json index 654782b45..290a1d601 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -209,7 +209,7 @@ "Your comment": "Your comment", "Post --[button to submit something]--": "Post", "Post --[noun, markdown post tab button]--": "Post", - "Livestream --[noun, livestream tab button]--": "Livestream --[noun, livestream tab button]--", + "Livestream --[noun, livestream tab button]--": "Livestream", "Posting...": "Posting...", "Incompatible daemon": "Incompatible daemon", "Incompatible daemon running": "Incompatible daemon running",