English source strings corrected (#510)

Requires .po/.pot files to be rebuilt

This resolves #508
This commit is contained in:
Marek Ľach
2019-04-01 20:09:29 +02:00
committed by Baptiste Gelez
parent a674df3a77
commit 2d12524cd1
27 changed files with 806 additions and 418 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ pub fn create_auth(blog: String, slug: String, i18n: I18n) -> Flash<Redirect> {
utils::requires_login(
&i18n!(
i18n.catalog,
"You need to be logged in order to like a post"
"To like a post, you need to be logged in"
),
uri!(create: blog = blog, slug = slug),
)