Skip to content

Commit

Permalink
feat: operated by text (#655)
Browse files Browse the repository at this point in the history
* feat: legal text

* 1.1.178
  • Loading branch information
yogurtandjam authored Aug 21, 2024
1 parent 491c60f commit 42b9db0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,8 @@
"SIGN_IN_WITH_EMAIL": "Sign in with email",
"SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
"SKIP_FOR_NOW": "Skip for now",
"SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc.  {LEARN_MORE_LINK}.",
"SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to [deployer T&Cs.], utilizing certain software open sourced by third party dYdX Trading Inc. subject to its Terms of Use, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}.",
"START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.",
"SWITCH_NETWORK": "Switch network",
"TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.177",
"version": "1.1.178",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ export const APP_STRING_KEYS = {
SIGN_IN_WITH_EMAIL_OR_SOCIAL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_OR_SOCIAL',
SIGN_IN_WITH_EMAIL_SUBTITLE: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_SUBTITLE',
SIGN_MESSAGE: 'APP.ONBOARDING.SIGN_MESSAGE',
SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
Expand Down

0 comments on commit 42b9db0

Please sign in to comment.