Fix occurrences of 'have been' to 'has been' (#578)
* Update comments.rs * Update medias.rs * Update posts.rs * Update user.rs * Update posts.rs * Update user.rs
This commit is contained in:
committed by
Baptiste Gelez
parent
d78b3a05ec
commit
c67f65e684
+3
-3
@@ -396,7 +396,7 @@ pub fn update(
|
||||
)?;
|
||||
Ok(Flash::success(
|
||||
Redirect::to(uri!(me)),
|
||||
i18n!(intl.catalog, "Your profile have been updated."),
|
||||
i18n!(intl.catalog, "Your profile has been updated."),
|
||||
))
|
||||
}
|
||||
|
||||
@@ -423,7 +423,7 @@ pub fn delete(
|
||||
|
||||
Ok(Flash::success(
|
||||
Redirect::to(uri!(super::instance::index)),
|
||||
i18n!(rockets.intl.catalog, "Your account have been deleted."),
|
||||
i18n!(rockets.intl.catalog, "Your account has been deleted."),
|
||||
))
|
||||
} else {
|
||||
Ok(Flash::error(
|
||||
@@ -526,7 +526,7 @@ pub fn create(
|
||||
Redirect::to(uri!(super::session::new: m = _)),
|
||||
i18n!(
|
||||
rockets.intl.catalog,
|
||||
"Your account have been created. You just need to login before you can use it."
|
||||
"Your account has been created. Now you just need to log in, before you can use it."
|
||||
),
|
||||
))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user