mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make Send Test Email easier to see
This commit is contained in:
parent
dd6fd7fa39
commit
6412958d1e
@ -20,7 +20,7 @@
|
|||||||
{{text-field value=testEmailAddress placeholderKey="admin.email.test_email_address"}}
|
{{text-field value=testEmailAddress placeholderKey="admin.email.test_email_address"}}
|
||||||
</div>
|
</div>
|
||||||
<div class='span10 controls'>
|
<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}}
|
{{#if sentTestEmail}}<span class='result-message'>{{i18n admin.email.sent_test}}</span>{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -1605,7 +1605,7 @@ en:
|
|||||||
email_type: "Email Type"
|
email_type: "Email Type"
|
||||||
to_address: "To Address"
|
to_address: "To Address"
|
||||||
test_email_address: "email address to test"
|
test_email_address: "email address to test"
|
||||||
send_test: "send test email"
|
send_test: "Send Test Email"
|
||||||
sent_test: "sent!"
|
sent_test: "sent!"
|
||||||
delivery_method: "Delivery Method"
|
delivery_method: "Delivery Method"
|
||||||
preview_digest: "Preview Digest"
|
preview_digest: "Preview Digest"
|
||||||
|
Loading…
Reference in New Issue
Block a user