mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
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:
@@ -586,7 +586,7 @@ function handle_human_form(tbody, status_field) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dialog_widget.launch({
|
dialog_widget.launch({
|
||||||
html_heading: $t_html({defaultMessage: "Change user info and roles"}),
|
html_heading: $t_html({defaultMessage: "Manage user"}),
|
||||||
html_body,
|
html_body,
|
||||||
on_click: submit_user_details,
|
on_click: submit_user_details,
|
||||||
post_render: set_role_dropdown_and_fields_user_pills,
|
post_render: set_role_dropdown_and_fields_user_pills,
|
||||||
|
|||||||
Reference in New Issue
Block a user