Skip to content

Commit 7a0fe1f

Browse files
authored
Merge pull request wso2#8397 from savindi7/lang-prop-for-ques-mark
Update language property requirement for "?" with a default value
2 parents d9eb75c + d21cdb4 commit 7a0fe1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/few-meals-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wso2is/identity-apps-core": patch
3+
---
4+
5+
Update language property requirement for "?" with a default value.

identity-apps-core/apps/authentication-portal/src/main/webapp/basicauth.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "forgot.password")%>
657657
</a>
658658
<% } %>
659-
?
659+
<%= resourceBundle.containsKey("question.mark") ? resourceBundle.getString("question.mark") : "?" %>
660660
</div>
661661
<% } %>
662662
</div>

0 commit comments

Comments
 (0)