From 6412958d1eb62eda001937cf671a5da9b6092f65 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 14 Jul 2014 13:58:00 -0700 Subject: [PATCH] make Send Test Email easier to see --- .../javascripts/admin/templates/email_index.js.handlebars | 2 +- config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/admin/templates/email_index.js.handlebars b/app/assets/javascripts/admin/templates/email_index.js.handlebars index fea49c2c3de..8a5de6b4ffc 100644 --- a/app/assets/javascripts/admin/templates/email_index.js.handlebars +++ b/app/assets/javascripts/admin/templates/email_index.js.handlebars @@ -20,7 +20,7 @@ {{text-field value=testEmailAddress placeholderKey="admin.email.test_email_address"}}
- + {{#if sentTestEmail}}{{i18n admin.email.sent_test}}{{/if}}
{{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 218c40932f4..900c86a8851 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1605,7 +1605,7 @@ en: email_type: "Email Type" to_address: "To Address" test_email_address: "email address to test" - send_test: "send test email" + send_test: "Send Test Email" sent_test: "sent!" delivery_method: "Delivery Method" preview_digest: "Preview Digest"