From 702bf1b76eef958ff2683ac296ac686a267c80fd Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 12 Jan 2023 17:33:32 +1100 Subject: [PATCH] Update mail settings notice It is confusing how these settings work, hopefully the message makes it clear now. We could just disable the fields entirely, but it was chosen to allow temporary updates so that instance managers can troubleshoot mail issues (063d44fecc55f42712e98726f7b6fed925e05d7e). --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 493ae5ad51..6ffabd5b7b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3666,7 +3666,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using choose_currency: "Choose Currency" mail_method_settings: "Mail Method Settings" - mail_settings_notice_html: "Some of the following settings can't be edited and are listed here just for debugging purposes. Changes can be made by updating the instance's secrets and provisioning them using ofn-install. Reach out to the OFN global team for further details." + mail_settings_notice_html: "Changes made here will be temporary for debugging only, and may get reverted in the future.
Permanent changes can be made by updating the instance's secrets and provisioning them using ofn-install. Reach out to the OFN global team for further details." general: "General" enable_mail_delivery: "Enable Mail Delivery" send_mails_as: "Send Mails As"