From a5d698b3cbc44935dfdf8fa846ed560dc960f340 Mon Sep 17 00:00:00 2001 From: eiknat Date: Mon, 2 Nov 2020 20:35:04 -0500 Subject: [PATCH] added report strings --- translations/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 6c4962a..3a49977 100644 --- a/translations/en.json +++ b/translations/en.json @@ -282,5 +282,9 @@ "bio": "Bio", "instances": "Instances", "linked_instances": "Linked Instances", - "none_found": "None found." + "none_found": "None found.", + "report_reason_required": "Report reason required.", + "report_too_long": "Report too long.", + "couldnt_create_report": "Couldn't create report.", + "couldnt_resolve_report": "Couldn't resolve report." }