lessons in correct order and scoreboard visible again (#680)

This commit is contained in:
René Zubcevic
2019-10-10 09:45:43 +02:00
committed by GitHub
parent f140875156
commit e0ac4a1083
15 changed files with 19 additions and 18 deletions

View File

@ -42,7 +42,7 @@ public class HttpProxies extends Lesson {
@Override
public String getTitle() {
return "http-proxies.title";
return "2.http-proxies.title";//second lesson in GENERAL
}
@Override

View File

@ -1,4 +1,4 @@
http-proxies.title=HTTP Proxies
2.http-proxies.title=HTTP Proxies
http-proxies.intercept.success=Well done, you tampered the request as expected
http-proxies.intercept.failure=Please try again. Make sure to make all the changes. And case sensitivity may matter ... or not, you never know!