Merge pull request 'Fix #1009 Email Sign-up Explanation' (#1012) from email-signup-explanation into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1012
This commit is contained in:
commit
c9b8f5a739
@ -304,6 +304,9 @@ msgstr ""
|
|||||||
msgid "Email confirmation"
|
msgid "Email confirmation"
|
||||||
msgstr ""
|
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."
|
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
.set_prop("required", "")
|
.set_prop("required", "")
|
||||||
.html(ctx.1))
|
.html(ctx.1))
|
||||||
|
|
||||||
|
<p>@i18n!(ctx.1, "An email will be sent to provided email. You can continue signing-up via the email.")</p>
|
||||||
|
|
||||||
<input type="submit" value="@i18n!(ctx.1, "Create your account")" />
|
<input type="submit" value="@i18n!(ctx.1, "Create your account")" />
|
||||||
</form>
|
</form>
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user