mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
settings_invite: Adjust modal heading for resend_invite modal.
Modified resend_invite modal heading to remove the email field to avoid it's duplication, since the email feild is also displayed within the actual modal body.
This commit is contained in:
committed by
Tim Abbott
parent
994a965aa5
commit
68111d967a
@@ -229,7 +229,7 @@ export function on_load_success(invites_data, initialize_event_handlers) {
|
||||
|
||||
confirm_dialog.launch({
|
||||
parent: modal_parent,
|
||||
html_heading: $t_html({defaultMessage: "Resend invitation to {email}"}, {email}),
|
||||
html_heading: $t_html({defaultMessage: "Resend invitation"}),
|
||||
html_body,
|
||||
html_yes_button: $t_html({defaultMessage: "Confirm"}),
|
||||
on_click: do_resend_invite,
|
||||
|
||||
Reference in New Issue
Block a user