소스 검색

auto update script executed

Toby Chui 1 년 전
부모
커밋
c73dc742df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/components/rules.html

+ 1 - 1
web/components/rules.html

@@ -185,7 +185,7 @@
                         confirmBox("Request new SSL Cert for this subdomain?", function(choice){
                             if (choice == true){
                                 //Get a new cert using ACME
-                                msgbox("Requesting certificate via Let's Encrypt");
+                                msgbox("Requesting certificate via Let's Encrypt...");
                                 console.log("Trying to get a new certificate via ACME");
                                 obtainCertificate(rootname);
                             }