Skip to content

Commit

Permalink
web(biscuits, sql-sleut, ssrfing) - fix minor typo in admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelospro committed Jun 29, 2024
1 parent f8eb43d commit 27d393c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/biscuits/setup/app/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mt-5">
<h2>Congratulations!</h2>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Welcom back admin!</h4>
<h4 class="alert-heading">Welcome back admin!</h4>
<p>Here is your flag:</p>
<hr>
<p class="mb-0"><strong>{{flag}}</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion web/sql-sleuth/setup/app/templates/loggedin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mt-5">
<h2>Congratulations!</h2>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Welcom back admin!</h4>
<h4 class="alert-heading">Welcome back admin!</h4>
<p>Here is your flag:</p>
<hr>
<p class="mb-0"><strong>{{flag}}</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion web/ssrfing/setup/app/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mt-5">
<h2>Congratulations!</h2>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Welcom back admin!</h4>
<h4 class="alert-heading">Welcome back admin!</h4>
<p>Here is your flag:</p>
<hr>
<p class="mb-0"><strong>{{flag}}</strong></p>
Expand Down

0 comments on commit 27d393c

Please sign in to comment.