mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix wording
This commit is contained in:
parent
4f5552128b
commit
0e954da3fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue