Fix wording

This commit is contained in:
Evgeny Khramtsov 2018-12-07 20:48:13 +03:00
parent 4f5552128b
commit 0e954da3fa
1 changed files with 1 additions and 1 deletions

View 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().