diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_mix.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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(). |