From 85beeab154ca402e7d70bebffce9b071bde96da4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 1 Feb 2021 10:52:56 -0500 Subject: [PATCH] Adding parent comment error messages. --- translations/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/en.json b/translations/en.json index 7a82481..a745b5f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -255,6 +255,8 @@ "couldnt_get_posts": "Couldn't get posts", "couldnt_update_post": "Couldn't update post", "couldnt_save_post": "Couldn't save post.", + "couldnt_find_parent_comment": "Couldn't find parent comment.", + "parent_comment_not_in_post": "The parent comment belongs to another post.", "no_slurs": "No slurs.", "not_an_admin": "Not an admin.", "not_a_moderator": "Not a moderator.",