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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ function aliases_remove(elem) {
},
function(r) {
// 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();
});
});