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
@@ -160,7 +160,7 @@ pub fn set_avatar(
|
||||
user.set_avatar(&*conn, media.id)?;
|
||||
Ok(Flash::success(
|
||||
Redirect::to(uri!(details: id = id)),
|
||||
i18n!(intl.catalog, "Your avatar have been updated."),
|
||||
i18n!(intl.catalog, "Your avatar has been updated."),
|
||||
))
|
||||
} else {
|
||||
Ok(Flash::error(
|
||||
|
||||
Reference in New Issue
Block a user