From eade69a12c580ab48e65adea2f208050a615648f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 26 Jan 2022 22:09:45 +0900 Subject: [PATCH 1/3] Fix indentation --- templates/email_signups/new.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email_signups/new.rs.html b/templates/email_signups/new.rs.html index 0d0d19da..69e72b60 100644 --- a/templates/email_signups/new.rs.html +++ b/templates/email_signups/new.rs.html @@ -32,6 +32,6 @@ } else { -

@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")

+

@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")

} }) From 95230c3a2396412300a2822430462afa0bdcd3cd Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 26 Jan 2022 22:10:14 +0900 Subject: [PATCH 2/3] 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 { From abe82b79ce85797655211dd163c2f39053630af6 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 26 Jan 2022 22:10:47 +0900 Subject: [PATCH 3/3] Update pot file --- po/plume/plume.pot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/po/plume/plume.pot b/po/plume/plume.pot index f02615f2..7e57eff5 100644 --- a/po/plume/plume.pot +++ b/po/plume/plume.pot @@ -304,6 +304,9 @@ msgstr "" msgid "Email confirmation" msgstr "" +msgid "An email will be sent to provided email. You can continue signing-up via the email." +msgstr "" + msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one." msgstr ""