summaryrefslogtreecommitdiff
path: root/src/mod_mix.erl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2018-12-07 20:48:13 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2018-12-07 20:48:13 +0300
commit0e954da3faf7f4cd5562f9e0bb5ce5973be6a973 (patch)
treeb11e0f54f0ba5b43feee0f13eec189db456a18d5 /src/mod_mix.erl
parentFix mod_mix_mnesia get_participants/3 callback (diff)
Fix wording
Diffstat (limited to 'src/mod_mix.erl')
-rw-r--r--src/mod_mix.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mix.erl b/src/mod_mix.erl
index 9eebe21c..641d4e3a 100644
--- a/src/mod_mix.erl
+++ b/src/mod_mix.erl
@@ -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().