Skip to content

Commit

Permalink
SCJ-260: Update auth/SSO wording in templates (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-oxd authored Jul 29, 2024
1 parent f0e2955 commit 97298c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/ClientSrc/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ select, input {
}

// display 2-column grid on larger screens
@media (min-width: 768px) {
@media (min-width: $breakpoint-md) {
grid-auto-flow: column;

section.actions {
Expand Down
2 changes: 1 addition & 1 deletion app/Views/CoaBooking/CaseBooked.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
<div class="col-md-12">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<i class="fas fa-exclamation-triangle"></i>
Please logout and login again, your session was lost.
Please log out and log in again, your session was lost.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/CoaBooking/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="#" onclick="event.preventDefault();document.getElementById('logout_form').submit();">
LOGOUT
LOG OUT
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/ScBooking/CaseBooked.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="col">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<i class="fas fa-exclamation-triangle"></i>
Please logout and login again, your session was lost.
Please log out and log in again, your session was lost.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/ScBooking/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</li>
<li class="nav-item ml-5">
<a href="#" onclick="event.preventDefault();document.getElementById('logout_form').submit();">
LOGOUT
LOG OUT
</a>
</li>
</ul>
Expand Down

0 comments on commit 97298c2

Please sign in to comment.