소스 검색

minor ui fix

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();
                     }