From 3a5b9c4e1829278167a83d4df03b1744a3e8f5d5 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 10 Oct 2018 23:35:40 +0300 Subject: [PATCH] Add missing translation --- config/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 13a76ad..79ee6fe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -198,6 +198,8 @@ en: event_mailer: acceptance_notification: subject: Your submission for %{conference} for the %{submission_type} "%{title}" has been approved + rejection_notification: + subject: "Your submission for %{conference} for the %{submission_type} \"%{title}\" has not been approved" volunteer_mailer: success_notification: subject: "Your application for volunteership on %{conference_name} was received"