25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix wording

This commit is contained in:
Evgeny Khramtsov 2018-12-07 20:48:13 +03:00
parent 4f5552128b
commit 0e954da3fa

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