From ef094f42b31251e234bd9adc944e3d024178823b Mon Sep 17 00:00:00 2001 From: Crayolable <6463649+Crayolable@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:24:53 -0400 Subject: [PATCH] Added String for Denial Rejection Error Message (#60) * Added a string for an error message when sending an application denial email but can't get the deny reason * Update en.json Updated string with new error message --- translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/en.json b/translations/en.json index 7f61b38..35000aa 100644 --- a/translations/en.json +++ b/translations/en.json @@ -418,6 +418,7 @@ "application_questionnaire": "Application Questionnaire", "require_email_verification": "Require email verification", "require_registration_application": "Require registration application", + "application_email_reason_none": "Application denied", "application_email_admins": "Email admins on receiving new applications", "reports_email_admins": "Email admins on receiving new reports", "private_instance": "Private Instance",