mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-03-13 18:42:40 +00:00
Don't split sentences for translations (#677)
This commit is contained in:
parent
006b44f580
commit
fc9e69d811
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
@:base(ctx, i18n!(ctx.1, "Password reset"), {}, {}, {
|
||||
<h1>@i18n!(ctx.1, "This token has expired")</h1>
|
||||
<p>@i18n!(ctx.1, "Please start the process again by clicking") <a href="/password-reset">@i18n!(ctx.1, "here")</a>.</p>
|
||||
<p>@i18n!(ctx.1, "Please start the process again by clicking <a href="/password-reset">here</a>.")</p>
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue