mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix typo in Change User Password adhoc command (thanks to lovetox)(#2884)
This commit is contained in:
parent
2db547b557
commit
937f07a4cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue