From 95230c3a2396412300a2822430462afa0bdcd3cd Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 26 Jan 2022 22:10:14 +0900 Subject: [PATCH] Add explanation for email signup --- templates/email_signups/new.rs.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/email_signups/new.rs.html b/templates/email_signups/new.rs.html index 69e72b60..dd04a862 100644 --- a/templates/email_signups/new.rs.html +++ b/templates/email_signups/new.rs.html @@ -29,6 +29,8 @@ .set_prop("required", "") .html(ctx.1)) +

@i18n!(ctx.1, "An email will be sent to provided email. You can continue signing-up via the email.")

+ } else {