Skip to content

Commit

Permalink
Merge pull request wso2#5841 from sandushi/fix-translating-issue
Browse files Browse the repository at this point in the history
Fix translating the email otp error message
  • Loading branch information
sandushi authored Mar 28, 2024
2 parents e4f8df4 + 6a5cba1 commit 9bcc44c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-peas-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Fix email otp error message translating issue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<%
if ("true".equals(authenticationFailed)) {
%>
<div class="ui negative message" id="failed-msg"><%=AuthenticationEndpointUtil.i18n(resourceBundle, Encode.forJava(errorMessage))%>
<div class="ui negative message" id="failed-msg"><%=Encode.forHtmlContent(errorMessage)%>
</div>
<div class="ui divider hidden"></div>
<% } %>
Expand Down

0 comments on commit 9bcc44c

Please sign in to comment.