English source strings corrected (#510)
Requires .po/.pot files to be rebuilt This resolves #508
This commit is contained in:
committed by
Baptiste Gelez
parent
a674df3a77
commit
2d12524cd1
@@ -27,7 +27,7 @@ pub fn notifications_auth(i18n: I18n, page: Option<Page>) -> Flash<Redirect> {
|
||||
utils::requires_login(
|
||||
&i18n!(
|
||||
i18n.catalog,
|
||||
"You need to be logged in order to see your notifications"
|
||||
"To see your notifications, you need to be logged in"
|
||||
),
|
||||
uri!(notifications: page = page),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user