From 5ab62874e7347510725fd0f64f7865a58747f475 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 23 Apr 2019 08:58:25 +0530 Subject: [PATCH] UX: Add link to e-mail troubleshooting guide on the finish-installation/confirm-email dialog --- 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 ab44a7efb75..cbc4401c294 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4211,7 +4211,7 @@ en: no_emails: "Unfortunately, no administrator emails were defined during setup, so finalizing the configuration may be difficult. Please add a developer email in the configuration file or create an administrator account from console." confirm_email: title: "Confirm your Email" - message: "

We sent an activation mail to %{email}. Please follow the instructions in the email to activate your account.

If it doesn't arrive, ensure you have set up email correctly for your Discourse and check your spam folder.

" + message: "

We sent an activation mail to %{email}. Please follow the instructions in the email to activate your account.

If it doesn't arrive, use our troubleshooting guide to ensure you have set up email correctly for your Discourse and check your spam folder.

" resend_email: title: "Resend Activation Email" message: "

We've re-sent the activation email to %{email}"