]> granicus.if.org Git - ejabberd/commitdiff
Fix wording
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Fri, 7 Dec 2018 17:48:13 +0000 (20:48 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Fri, 7 Dec 2018 17:48:13 +0000 (20:48 +0300)
src/mod_mix.erl

index 9eebe21c475a4cd04daef5986b42eaa4d505a71e..641d4e3ab4eeeb5a4a5c60cc5fdd0e0f88e8aa2f 100644 (file)
@@ -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().