Browse Source

minor ui fix

Toby Chui 11 months ago
parent
commit
83a762f11d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/snippet/aliasEditor.html

+ 2 - 2
web/snippet/aliasEditor.html

@@ -108,7 +108,7 @@
                         parent.msgbox(data.error);
                     }else{
                         initAliasNames();
-                        parent.msgbox("Alias removed")
+                        parent.msgbox("Alias hostname removed")
                     }
                 });
             }
@@ -121,7 +121,7 @@
                     if (data.error != undefined){
                         parent.msgbox(data.error);
                     }else{
-                        parent.msgbox("New alias added")
+                        parent.msgbox("New alias hostname added")
                         initAliasNames();
                     }