From e83ec810e17c65cf89d29acd3e18d0d0008a2eff Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 14 Feb 2014 13:09:22 -0500 Subject: [PATCH] FIX: heading shouldn't say Sent At on the page that shows email that were not sent. duh. --- .../javascripts/admin/templates/email_skipped.js.handlebars | 2 +- config/locales/client.en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/admin/templates/email_skipped.js.handlebars b/app/assets/javascripts/admin/templates/email_skipped.js.handlebars index 1a63c978b87..87b3ee9fc8b 100644 --- a/app/assets/javascripts/admin/templates/email_skipped.js.handlebars +++ b/app/assets/javascripts/admin/templates/email_skipped.js.handlebars @@ -1,7 +1,7 @@ - + diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index cd188f92c55..20e910b1a33 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1384,6 +1384,7 @@ en: logs: "Logs" skipped: "Skipped" sent_at: "Sent At" + time: "Time" user: "User" email_type: "Email Type" to_address: "To Address"
{{i18n admin.email.sent_at}}{{i18n admin.email.time}} {{i18n admin.email.user}} {{i18n admin.email.to_address}} {{i18n admin.email.email_type}}