mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Fix typo in Change User Password adhoc command (thanks to lovetox)(#2884)
This commit is contained in:
parent
2db547b557
commit
937f07a4cc
@ -1161,7 +1161,7 @@ get_form(_Host, ?NS_ADMINL(<<"get-user-password">>),
|
||||
get_form(_Host, ?NS_ADMINL(<<"change-user-password">>),
|
||||
Lang) ->
|
||||
{result,
|
||||
#xdata{title = ?T(Lang, <<"Get User Password">>),
|
||||
#xdata{title = ?T(Lang, <<"Change User Password">>),
|
||||
type = form,
|
||||
fields = [?HFIELD(),
|
||||
#xdata_field{type = 'jid-single',
|
||||
|
Loading…
Reference in New Issue
Block a user