From fa58cca855ac3223e6adc4c074a6ef00cffce55c Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Wed, 29 Jul 2020 14:57:57 +0100 Subject: [PATCH] Update "Remove Alias" modal title --- management/templates/aliases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/aliases.html b/management/templates/aliases.html index e8d0cb1c..848fcf49 100644 --- a/management/templates/aliases.html +++ b/management/templates/aliases.html @@ -288,7 +288,7 @@ function aliases_remove(elem) { }, function(r) { // Responses are multiple lines of pre-formatted text. - show_modal_error("Remove User", $("
").text(r));
+          show_modal_error("Remove Alias", $("
").text(r));
           show_aliases();
         });
     });