Skip to content

Commit

Permalink
changed the button name from allow to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
YaswanthNagarjuna committed Aug 2, 2023
1 parent 7e0fc84 commit 3a25ed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions oidc-ui/public/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"voluntary_claims": "المطالبات الطوعية",
"cancel": "يلغي",
"allow": "السماح",
"continue": "يكمل",
"resident-service": "خدمة المقيمين",
"name": "اسم",
"given_name": "اسم",
Expand Down
1 change: 1 addition & 0 deletions oidc-ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"voluntary_claims": "Voluntary Claims",
"cancel": "Cancel",
"allow": "Allow",
"continue": "Continue",
"resident-service": "Resident Service",
"name": "Name",
"given_name": "Name",
Expand Down
4 changes: 2 additions & 2 deletions oidc-ui/src/components/Consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ export default function Consent({
/>
<FormAction
type={buttonTypes.button}
text={t("allow")}
text={t("continue")}
handleClick={handleSubmit}
id="allow"
id="continue"
/>
</div>
)}
Expand Down

0 comments on commit 3a25ed4

Please sign in to comment.