Toby Chui 1 年間 前
コミット
83a762f11d
1 ファイル変更2 行追加2 行削除
  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();
                     }