24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02: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(). -spec not_joined_error(stanza()) -> stanza_error().
not_joined_error(Pkt) -> 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)). xmpp:err_forbidden(Txt, xmpp:get_lang(Pkt)).
-spec unsupported_error(stanza()) -> stanza_error(). -spec unsupported_error(stanza()) -> stanza_error().