Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ahmed/fix--translation-text-update-issue #154

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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