1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Update "Remove Alias" modal title (#1800)

This commit is contained in:
Richard Willis
2020-07-29 15:01:20 +01:00
committed by GitHub
parent cd518e6820
commit c50170b816

View File

@@ -288,7 +288,7 @@ function aliases_remove(elem) {
}, },
function(r) { function(r) {
// Responses are multiple lines of pre-formatted text. // Responses are multiple lines of pre-formatted text.
show_modal_error("Remove User", $("<pre/>").text(r)); show_modal_error("Remove Alias", $("<pre/>").text(r));
show_aliases(); show_aliases();
}); });
}); });