From 1a9ce15e998fafca492ff6fac7b281f9a3aa59f4 Mon Sep 17 00:00:00 2001 From: Satoshi SAKAO Date: Mon, 27 Apr 2020 15:27:04 +0900 Subject: [PATCH] fix typo (hint3 will not be shown) --- .../src/main/resources/i18n/WebGoatLabels.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/client-side-filtering/src/main/resources/i18n/WebGoatLabels.properties b/webgoat-lessons/client-side-filtering/src/main/resources/i18n/WebGoatLabels.properties index e19c28ff8..08ea3c790 100644 --- a/webgoat-lessons/client-side-filtering/src/main/resources/i18n/WebGoatLabels.properties +++ b/webgoat-lessons/client-side-filtering/src/main/resources/i18n/WebGoatLabels.properties @@ -29,4 +29,4 @@ ClientSideFiltering.incorrect=This is not the salary from Neville Bartholomew... client.side.filtering.free.hint1=Look through the web page inspect the sources etc client.side.filtering.free.hint2=Try to see the flow of request from the page to the backend -client.side.fiterling.free.hint3=One of the responses contains the answer +client.side.filtering.free.hint3=One of the responses contains the answer