X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Fpages%2FPolicyIndex.java;h=30c58856344571c88357d6dbc9659d6c3d434ab1;hb=e6d27a94476fa6a542569ae427d92a56993c9211;hp=25e69446c91e9cc824876e547cc94da921ca00ca;hpb=aac731a4213533e5e9c3143f95e99af4b273b17a;p=gigi.git diff --git a/src/org/cacert/gigi/pages/PolicyIndex.java b/src/org/cacert/gigi/pages/PolicyIndex.java index 25e69446..30c58856 100644 --- a/src/org/cacert/gigi/pages/PolicyIndex.java +++ b/src/org/cacert/gigi/pages/PolicyIndex.java @@ -10,7 +10,7 @@ import javax.servlet.http.HttpServletResponse; public class PolicyIndex extends Page { public PolicyIndex() { - super("CAcert.org Policies"); + super("SomeCA.org Policies"); } File root = new File("static/www/policy");