diff options
Diffstat (limited to 'src/mod_configure.erl')
-rw-r--r-- | src/mod_configure.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_configure.erl b/src/mod_configure.erl index aa431e285..36ea75141 100644 --- a/src/mod_configure.erl +++ b/src/mod_configure.erl @@ -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', |