Skip to content

Commit 2b15f0b

Browse files
Merge pull request #154 from ahmed-deriv/ahmed/fix--translation-text-update-issue
ahmed/fix--translation-text-update-issue
2 parents 3ea918c + fd6e27e commit 2b15f0b

File tree

4 files changed

+686
-777
lines changed

4 files changed

+686
-777
lines changed

i18n/en/code.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
"Log in to your Deriv account to proceed. If you don’t have a Deriv account, sign up first.": {
160160
"message": "Log in to your Deriv account to proceed. If you don’t have a Deriv account, sign up first."
161161
},
162-
"Send Request": {
163-
"message": "Send Request"
162+
"Send request": {
163+
"message": "Send request"
164164
},
165165
"Clear": {
166166
"message": "Clear"
@@ -696,23 +696,23 @@
696696
"Use OAuth if your application requires other users to sign in.": {
697697
"message": "Use OAuth if your application requires other users to sign in."
698698
},
699-
"Authorisation URL is mandatory to enable OAuth on your app.": {
700-
"message": "Authorisation URL is mandatory to enable OAuth on your app."
699+
"Redirect URL is mandatory to enable OAuth on your app.": {
700+
"message": "Redirect URL is mandatory to enable OAuth on your app."
701701
},
702702
"URL Configuration": {
703703
"message": "URL Configuration"
704704
},
705705
"To set up OAuth for your app, specify the URL where users should be redirected after authorisation.": {
706706
"message": "To set up OAuth for your app, specify the URL where users should be redirected after authorisation."
707707
},
708-
"Authorisation URL": {
709-
"message": "Authorisation URL"
708+
"Redirect URL": {
709+
"message": "Redirect URL"
710710
},
711711
"If your app includes verification logic, enter the email verification URL below (e.g. for account opening, verification, and password reset):": {
712712
"message": "If your app includes verification logic, enter the email verification URL below (e.g. for account opening, verification, and password reset):"
713713
},
714-
"If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the authorisation URL with the token will be used.": {
715-
"message": "If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the authorisation URL with the token will be used."
714+
"If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the redirect URL with the token will be used.": {
715+
"message": "If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the redirect URL with the token will be used."
716716
},
717717
"Scopes of authorisation": {
718718
"message": "Scopes of authorisation"

0 commit comments

Comments
 (0)