diff --git a/src/controllers/groups_controller.rs b/src/controllers/groups_controller.rs index e584dcb..0579fbd 100644 --- a/src/controllers/groups_controller.rs +++ b/src/controllers/groups_controller.rs @@ -43,7 +43,7 @@ impl HttpRequestHandler { let conv = conversations_helper::get_single(conv_membership.conv_id)?; if !conv.is_linked_to_group() { - self.bad_request("This conversation is not linked to a group, it can not be deleted this way!".to_string())?; + self.bad_request("This conversation is not linked to a group, it can not be updated this way!".to_string())?; } Ok(conv)