diff --git a/oidc-ui/public/locales/ar.json b/oidc-ui/public/locales/ar.json index 6598543e7..254fb52ac 100644 --- a/oidc-ui/public/locales/ar.json +++ b/oidc-ui/public/locales/ar.json @@ -9,6 +9,7 @@ "voluntary_claims": "المطالبات الطوعية", "cancel": "يلغي", "allow": "السماح", + "continue": "يكمل", "resident-service": "خدمة المقيمين", "name": "اسم", "given_name": "اسم", diff --git a/oidc-ui/public/locales/en.json b/oidc-ui/public/locales/en.json index 0ea5d2264..c33b40c52 100644 --- a/oidc-ui/public/locales/en.json +++ b/oidc-ui/public/locales/en.json @@ -9,6 +9,7 @@ "voluntary_claims": "Voluntary Claims", "cancel": "Cancel", "allow": "Allow", + "continue": "Continue", "resident-service": "Resident Service", "name": "Name", "given_name": "Name", diff --git a/oidc-ui/src/components/Consent.js b/oidc-ui/src/components/Consent.js index cdceca89c..a4f0f57b1 100644 --- a/oidc-ui/src/components/Consent.js +++ b/oidc-ui/src/components/Consent.js @@ -458,9 +458,9 @@ export default function Consent({ /> )}