Skip to content

Commit

Permalink
Merge pull request #7529 from NipuniBhagya/iproov
Browse files Browse the repository at this point in the history
Improve wording in iProov JSP page
  • Loading branch information
NipuniBhagya authored Feb 7, 2025
2 parents f45a613 + 9e1364a commit 65a8e1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-bulldogs-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Improve wording on the iProov JSP page
Original file line number Diff line number Diff line change
Expand Up @@ -548,17 +548,18 @@ hypr.invalid.email=Please enter a valid email address as the username.

# iProov

iproov.heading=Login with your bio-metric authenticator
iproov.heading=Login with Biometric Verification
iproov.login.button=Login
iproov.scan.face.button=Scan Face with iProov
iproov.rescan.face.button=Rescan Face with iProov
iproov.authentication.failed.message=Authentication Failed. Try again.
iproov.grant.camera.access.message=Grant camera access to use your bio-metric authenticator.
iproov.grant.camera.access.message=Allow access to your camera to proceed verifying your identity through face recognition.
iproov.grant.camera.access.button=Grant Permission
iproov.username.error=Username is required.
iproov.timeout.error=Authentication failed due to timeout. Please try again later.
iproov.generic.error=Authentication failed. Please try again later.
iproov.auth.start=Authentication in progress. Please wait...

# Errors
error.occurred=Error Occurred
error.400=Error 400 - Bad Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
.iproov-text {
padding: 12px 36px;
padding: 5px 5px 30px 0;
}
.scan-button, .iproov-state-screen a, .iproov-state-screen button {
Expand Down Expand Up @@ -107,7 +107,6 @@
<div class="ui segment">
<%-- page content --%>
<h2><%=AuthenticationEndpointUtil.i18n(resourceBundle, "iproov.heading")%></h2>
<div class="ui divider hidden"></div>
<div class="ui visible negative message" style="display: none;" id="error-msg"></div>

<div class="segment-form iproov-segment">
Expand Down

0 comments on commit 65a8e1a

Please sign in to comment.