From: Evgeny Khramtsov Date: Fri, 7 Dec 2018 17:48:13 +0000 (+0300) Subject: Fix wording X-Git-Tag: 19.02~23^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e954da3faf7f4cd5562f9e0bb5ce5973be6a973;p=ejabberd Fix wording --- 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().