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:
Marek Ľach
2019-05-14 12:54:16 +02:00
committed by Baptiste Gelez
parent d78b3a05ec
commit c67f65e684
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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(