-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from UKHomeOffice/DRTII-1110-drt-InvalidFedera…
…tedIdentityActionMessage DRTII-1110 fixing internal server error and also message for invalidF…
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
loginTitle=Welcome to DRT | ||
loginDirectSummary=Enter your details (non-POISE users) | ||
errorTitle=There was a problem with login process | ||
errorTitleHtml=There was a problem with login process | ||
invalidFederatedIdentityActionMessage=This could be temporary issue. Please contact DRT support team [email protected] if error persist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,7 +193,8 @@ | |
|
||
<ul class="error-summary-list" id="error-details"> | ||
<li>${message.summary}</li> | ||
<li>If you don't have an account for ${login.username} username in DRT then please contact [email protected].</li> | ||
<li>If you don't have an account for <#if login.username??> | ||
${login.username}</#if> username in DRT then please contact [email protected].</li> | ||
</ul> | ||
</div> | ||
<#else> | ||
|