]> WPIA git - gigi.git/commitdiff
FIX: Typo
authorJanis Streib <janis@dogcraft.de>
Sun, 24 Aug 2014 05:27:52 +0000 (07:27 +0200)
committerJanis Streib <janis@dogcraft.de>
Sun, 24 Aug 2014 05:27:52 +0000 (07:27 +0200)
src/org/cacert/gigi/Gigi.java

index 3f3cb95496c95477021dfff51a0d6fe36b878132..3d9022815b9bc10e431d437476cba611397e9442 100644 (file)
@@ -73,8 +73,8 @@ public class Gigi extends HttpServlet {
     public void init() throws ServletException {
         if ( !firstInstanceInited) {
             putPage("/error", new PageNotFound(), null);
-            putPage("/login", new LoginPage("CACert - Login"), "Join CAcert.org");
-            putPage("/", new MainPage("CACert - Home"), null);
+            putPage("/login", new LoginPage("CAcert - Login"), "Join CAcert.org");
+            putPage("/", new MainPage("CAcert - Home"), null);
             putPage(ChangePasswordPage.PATH, new ChangePasswordPage(), "My Account");
             putPage("/secure", new TestSecure(), null);
             putPage(Verify.PATH, new Verify(), null);