diff --git a/templates/session/password_reset_request_expired.rs.html b/templates/session/password_reset_request_expired.rs.html index 8766c4bc..5e803e03 100644 --- a/templates/session/password_reset_request_expired.rs.html +++ b/templates/session/password_reset_request_expired.rs.html @@ -5,5 +5,5 @@ @:base(ctx, i18n!(ctx.1, "Password reset"), {}, {}, {

@i18n!(ctx.1, "This token has expired")

-

@i18n!(ctx.1, "Please start the process again by clicking") @i18n!(ctx.1, "here").

+

@i18n!(ctx.1, "Please start the process again by clicking here.")

})