make Send Test Email easier to see

This commit is contained in:
Jeff Atwood 2014-07-14 13:58:00 -07:00
parent dd6fd7fa39
commit 6412958d1e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
{{text-field value=testEmailAddress placeholderKey="admin.email.test_email_address"}}
</div>
<div class='span10 controls'>
<button class='btn' {{action sendTestEmail}} {{bind-attr disabled="sendTestEmailDisabled"}}>{{i18n admin.email.send_test}}</button>
<button class='btn btn-primary' {{action sendTestEmail}} {{bind-attr disabled="sendTestEmailDisabled"}}>{{i18n admin.email.send_test}}</button>
{{#if sentTestEmail}}<span class='result-message'>{{i18n admin.email.sent_test}}</span>{{/if}}
</div>
{{/if}}

View File

@ -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"