From de36b16809b8b35928ab9cf38b9561dc8568fc7f Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Wed, 6 Apr 2022 13:18:02 -0400 Subject: [PATCH] change confirmation prompt --- modules/system/controllers/settings/update.htm | 2 +- modules/system/lang/en/lang.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/controllers/settings/update.htm b/modules/system/controllers/settings/update.htm index 5372356322..91b4d71936 100644 --- a/modules/system/controllers/settings/update.htm +++ b/modules/system/controllers/settings/update.htm @@ -45,7 +45,7 @@ data-request="onTest" data-request-data="redirect:0" data-load-indicator="" - data-request-confirm=" e(BackendAuth::getUser()->email)])) ?>"> + data-request-confirm=" e(BackendAuth::getUser()->email)])) ?>"> diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index f5d271f873..c94a4f3fdb 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -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', ],