From cae937c83e0110f0757424b7eaee552ed597015e Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Wed, 3 May 2017 11:51:18 +0200 Subject: [PATCH] Updated menu item for challenges --- .../src/main/java/org/owasp/webgoat/lessons/Category.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java index b24015e61..6c3a5833b 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/Category.java @@ -57,7 +57,7 @@ public enum Category { WEB_SERVICES("Web Services", new Integer(1900)), VULNERABLE_COMPONENTS("Vulnerable Components - A9", new Integer(1950)), ADMIN_FUNCTIONS("Admin Functions", new Integer(2000)), - CHALLENGE("Challenge", new Integer(3000)); + CHALLENGE("Challenges", new Integer(3000)); @Getter private String name;