Skip to content

Commit

Permalink
Update login form instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miesgre committed Jan 12, 2024
1 parent 06736fb commit 321cfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/loginform.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<h3 th:unless="${existingSingleSignOnSessionAvailable}" class="text-center">
<i class="mdi mdi-security fas fa-shield-alt"></i>
<span th:utext="#{screen.welcome.instructions2}">Enter your Username and Password:</span>
<span th:utext="#{screen.welcome.instructions}">Enter your Username and Password:</span>
</h3>

<div id="loginErrorsPanel" class="banner banner-danger alert alert-danger banner-dismissible"
Expand Down

0 comments on commit 321cfd3

Please sign in to comment.