mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Improve captcha blocking alert wording
This commit is contained in:
parent
b90fe4c5c9
commit
a06bdb1721
@ -101,8 +101,8 @@ create_captcha(SID, From, To, Lang, Limiter, Args) ->
|
||||
mk_ocr_field(Lang, CID, Type)],
|
||||
X = #xdata{type = form, fields = Fs},
|
||||
Captcha = #xcaptcha{xdata = X},
|
||||
BodyString = {<<"Your messages to ~s are being blocked. "
|
||||
"To unblock them, visit ~s">>, [JID, get_url(Id)]},
|
||||
BodyString = {<<"Your subscription request and/or messages to ~s have been blocked. "
|
||||
"To unblock your subscription request, visit ~s">>, [JID, get_url(Id)]},
|
||||
Body = xmpp:mk_text(BodyString, Lang),
|
||||
OOB = #oob_x{url = get_url(Id)},
|
||||
Hint = #hint{type = 'no-store'},
|
||||
|
Loading…
Reference in New Issue
Block a user