From e48ae647f943a3e00ec5a91b6b3eef175c094751 Mon Sep 17 00:00:00 2001 From: "AhmadF.Cheema" Date: Sun, 11 Feb 2018 10:12:24 +0500 Subject: [PATCH] Fix typo in server.en.yml --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index cc7c109e4d5..2873098a320 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -957,7 +957,7 @@ en: email_polling_errored_recently: one: "Email polling has generated an error in the past 24 hours. Look at the logs for more details." 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 the verify the webhook messages." + 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_url setting in Site Settings." 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."