Skip to content

Commit

Permalink
[fix] fix text customization issue in password-reset-success
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Feb 7, 2024
1 parent 91e9dbf commit 3595f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</h3>
<p class="portal-tagline-description">
<span class="line-break">
<%=i18n(recoveryResourceBundle, customText, "password.reset.success.heading")%>
<%=i18n(recoveryResourceBundle, customText, "password.reset.success.body")%>
</span>
<%
if(StringUtils.isNotBlank(accessUrl)) {
Expand Down

0 comments on commit 3595f94

Please sign in to comment.