translate

This commit is contained in:
Mylloon 2022-01-04 22:51:13 +01:00
parent 06a5c4a8cc
commit 20df687c17
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -114,7 +114,7 @@ pub async fn team_info(api: &mattermost_api::client::Mattermost, equipe: &str) {
println!("{}", infos.fprint()); println!("{}", infos.fprint());
} }
Err(e) => { Err(e) => {
erreur::affiche_message_erreur(&format!("[Display Team Info] Error: {}", e)); erreur::affiche_message_erreur(&format!("[Affichage info équipe] Erreur: {}", e));
} }
} }
} }
@ -156,7 +156,7 @@ pub async fn start_mattermost(connection: ConnectionInfoWebsocket) {
println!("{}", res); println!("{}", res);
} }
Err(e) => { Err(e) => {
erreur::affiche_message_erreur(&format!("[Websocket] Error: {}", e)); erreur::affiche_message_erreur(&format!("[Websocket] Erreur: {}", e));
} }
} }
} }