settings: Change heading of modal used to edit user info.

This commit changes the heading of modal used by admins to
edit user info to "Manage user".
This commit is contained in:
Sahil Batra 2021-11-28 12:56:05 +05:30 committed by Tim Abbott
parent a030aa5252
commit 2c70302e19
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ function handle_human_form(tbody, status_field) {
}
dialog_widget.launch({
html_heading: $t_html({defaultMessage: "Change user info and roles"}),
html_heading: $t_html({defaultMessage: "Manage user"}),
html_body,
on_click: submit_user_details,
post_render: set_role_dropdown_and_fields_user_pills,