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:
aryanshridhar
2021-05-28 08:26:32 +00:00
committed by Tim Abbott
parent 994a965aa5
commit 68111d967a

View File

@@ -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,