From fc9e69d811663592c29f53d0cf12a2d9136e4610 Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Thu, 17 Oct 2019 03:07:58 +0900 Subject: [PATCH] Don't split sentences for translations (#677) --- templates/session/password_reset_request_expired.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")

})