Преглед на файлове

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