From 12677edd9d3bc9d1131602255fa5f7964ef793d4 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Mon, 15 Jan 2024 12:58:31 -0500 Subject: [PATCH] Fix accidental comma in en translation json --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 6aaf9e3..8bb3cdd 100644 --- a/translations/en.json +++ b/translations/en.json @@ -7,7 +7,7 @@ "no_posts": "No Posts.", "create_a_post": "Create a post", "create_post": "Create Post", - "denied":, "Denied", + "denied": "Denied", "number_of_posts": "{{formattedCount}} Post", "number_of_posts_plural": "{{formattedCount}} Posts", "posts": "Posts",