From 76daac0db550f1e7f4749ee2e38ac3dce4800143 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Fri, 27 Apr 2018 11:29:52 +0200 Subject: [PATCH] Label was missing for HTTP basic lesson --- .../http-basics/src/main/resources/i18n/WebGoatLabels.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/webgoat-lessons/http-basics/src/main/resources/i18n/WebGoatLabels.properties b/webgoat-lessons/http-basics/src/main/resources/i18n/WebGoatLabels.properties index 71209ebca..a99bf8ab6 100644 --- a/webgoat-lessons/http-basics/src/main/resources/i18n/WebGoatLabels.properties +++ b/webgoat-lessons/http-basics/src/main/resources/i18n/WebGoatLabels.properties @@ -8,6 +8,7 @@ http-basics.hints.http_basic_quiz.1=Turn on Show Parameters or other features http-basics.hints.http_basic_quiz.2=Try to intercept the request with OWASP ZAP +http-basics.empty=Try again, name cannot be empty. http-basics.reversed=The server has reversed your name: {0} http-basics.close=Try again: but this time enter a value before hitting go.