From 0e954da3faf7f4cd5562f9e0bb5ce5973be6a973 Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Fri, 7 Dec 2018 20:48:13 +0300 Subject: [PATCH] Fix wording --- src/mod_mix.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mix.erl b/src/mod_mix.erl index 9eebe21c4..641d4e3ab 100644 --- a/src/mod_mix.erl +++ b/src/mod_mix.erl @@ -605,7 +605,7 @@ no_channel_error(Pkt) -> -spec not_joined_error(stanza()) -> stanza_error(). not_joined_error(Pkt) -> - Txt = <<"You are not joined to the conference">>, + Txt = <<"You are not joined to the channel">>, xmpp:err_forbidden(Txt, xmpp:get_lang(Pkt)). -spec unsupported_error(stanza()) -> stanza_error().