From eb4d8a43e310e1568339e8563797b0e572cfb403 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Fri, 15 Nov 2019 08:05:07 -0700 Subject: [PATCH] DEV: Improve mail-receiver update instructions --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4632f8e3af4..ed278c5492d 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1341,8 +1341,8 @@ en: other: "Email polling has generated %{count} errors in the past 24 hours. Look at the logs for more details." missing_mailgun_api_key: "The server is configured to send emails via Mailgun but you haven't provided an API key used to verify the webhook messages." bad_favicon_url: "The favicon is failing to load. Check your favicon setting in Site Settings." - deprecated_api_usage: "We detected an API request using a deprecated authentication method. Please update it to use header based auth." - update_mail_receiver: "We detected an outdated version of mail-receiver. Please ssh into this server and run `/var/discourse/launcher rebuild mail-receiver`." + deprecated_api_usage: "We detected an API request using a deprecated authentication method. Please update it to use header based auth. After updating this message may take 24 hours to disappear." + update_mail_receiver: "We detected an outdated version of mail-receiver. Click here for update instructions. After updating this message may take 24 hours to disappear." poll_pop3_timeout: "Connection to the POP3 server is timing out. Incoming email could not be retrieved. Please check your POP3 settings and service provider." poll_pop3_auth_error: "Connection to the POP3 server is failing with an authentication error. Please check your POP3 settings." force_https_warning: "Your website is using SSL. But `force_https` is not yet enabled in your site settings."