Skip to content

Commit

Permalink
Merge pull request #154 from ahmed-deriv/ahmed/fix--translation-text-…
Browse files Browse the repository at this point in the history
…update-issue

ahmed/fix--translation-text-update-issue
  • Loading branch information
sandeep-deriv authored Oct 15, 2024
2 parents 3ea918c + fd6e27e commit 2b15f0b
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 777 deletions.
16 changes: 8 additions & 8 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
"Log in to your Deriv account to proceed. If you don’t have a Deriv account, sign up first.": {
"message": "Log in to your Deriv account to proceed. If you don’t have a Deriv account, sign up first."
},
"Send Request": {
"message": "Send Request"
"Send request": {
"message": "Send request"
},
"Clear": {
"message": "Clear"
Expand Down Expand Up @@ -696,23 +696,23 @@
"Use OAuth if your application requires other users to sign in.": {
"message": "Use OAuth if your application requires other users to sign in."
},
"Authorisation URL is mandatory to enable OAuth on your app.": {
"message": "Authorisation URL is mandatory to enable OAuth on your app."
"Redirect URL is mandatory to enable OAuth on your app.": {
"message": "Redirect URL is mandatory to enable OAuth on your app."
},
"URL Configuration": {
"message": "URL Configuration"
},
"To set up OAuth for your app, specify the URL where users should be redirected after authorisation.": {
"message": "To set up OAuth for your app, specify the URL where users should be redirected after authorisation."
},
"Authorisation URL": {
"message": "Authorisation URL"
"Redirect URL": {
"message": "Redirect URL"
},
"If your app includes verification logic, enter the email verification URL below (e.g. for account opening, verification, and password reset):": {
"message": "If your app includes verification logic, enter the email verification URL below (e.g. for account opening, verification, and password reset):"
},
"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.": {
"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."
"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.": {
"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."
},
"Scopes of authorisation": {
"message": "Scopes of authorisation"
Expand Down
Loading

0 comments on commit 2b15f0b

Please sign in to comment.