From e3c9d1b7b42204d7f8a4e00db9a019ba63a73d58 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 27 Dec 2021 20:32:43 +0100 Subject: [PATCH] Update mail notice to mention people to look at their spam folder --- app/views/devise/registrations/new.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/devise/registrations/new.haml b/app/views/devise/registrations/new.haml index 20e562da8..d96e3e1b4 100644 --- a/app/views/devise/registrations/new.haml +++ b/app/views/devise/registrations/new.haml @@ -10,9 +10,8 @@ = render 'layouts/messages' = f.text_field :screen_name, autofocus: true, label: t('views.settings.account.username') - = f.email_field :email, autofocus: false, label: t('views.settings.account.email') - .alert.alert-danger - We're currently experiencing issues with Outlook/Hotmail addresses, please don't use those! + = f.email_field :email, autofocus: false, label: t('views.settings.account.email'), + help: "Don't forget to check your spam folder in case our mail might have landed there!" = f.password_field :password, autocomplete: :off, label: t('views.settings.account.password') = f.password_field :password_confirmation, autocomplete: :off, label: t('views.settings.account.password_confirm')