diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-05-19 11:23:29 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-05-19 11:23:29 +0300 |
commit | 17f9ffb7e73e614630cf35c4eeaf9c2d1cf055f9 (patch) | |
tree | c7d57b5827cf03dc948bf0e50b3107902df42f4d /src/mod_configure.erl | |
parent | Report better errors on SQL terms decode failure (diff) | |
parent | Fix PostgreSQL compatibility in mod_offline_sql:remove_old_messages (#2695) (diff) |
Merge branch 'master' of github.com:processone/ejabberd
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', |