Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/system/controllers/settings/update.htm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
data-request="onTest"
data-request-data="redirect:0"
data-load-indicator="<?= e(trans('system::lang.mail_templates.sending')) ?>"
data-request-confirm="<?= e(trans('system::lang.mail_templates.test_confirm', [ 'email' => e(BackendAuth::getUser()->email)])) ?>">
data-request-confirm="<?= e(trans('system::lang.settings.test_confirm', [ 'email' => e(BackendAuth::getUser()->email)])) ?>">
<?= e(trans('system::lang.mail_templates.test_send')) ?>
</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions modules/system/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
'update_success' => ':name settings updated',
'test_subject' => 'Mail driver test',
'test_content' => 'This is a test email to confirm that the provided mail settings work.',
'test_confirm' => 'This will save your current configuration and send a test email to :email.',
'return' => 'Return to system settings',
'search' => 'Search',
],
Expand Down