=(_("To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select %{strongStart}Resend confirmation email.%{strongEnd}")%{strongStart: '<strong>',strongEnd: '</strong>'}).html_safe
msgid "Please complete your profile with email address"
msgstr ""
msgid "Please confirm your email address"
msgstr ""
msgid "Please contact an admin to register runners."
msgstr ""
...
...
@@ -33895,6 +33898,9 @@ msgstr ""
msgid "To connect an SVN repository, check out %{svn_link}."
msgstr ""
msgid "To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select %{strongStart}Resend confirmation email.%{strongEnd}"
msgstr ""
msgid "To define internal users, first enable new users set to external"
let(:alert_title){'Please confirm your email address'}
let(:alert_message){"To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select Resend confirmation email"}
context'when sending confirmation email and not yet confirmed'do
let!(:user){create(:user,confirmed_at: nil)}
let(:grace_period){2.days}
let(:alert_title){'Please confirm your email address'}
let(:alert_message){"To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select Resend confirmation email"}