mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix wording
This commit is contained in:
parent
4f5552128b
commit
0e954da3fa
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user