@dydxprotocol/v4-localization 1.1.278 → 1.1.279
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -466,6 +466,17 @@
|
|
|
466
466
|
"TEXT": "This version is no longer supported. Please update to the latest version.",
|
|
467
467
|
"ACTION": "Update App"
|
|
468
468
|
},
|
|
469
|
+
"SURVEY": {
|
|
470
|
+
"SIMPLE_TO_PRO": {
|
|
471
|
+
"TITLE": "What do you think of the simplified trading experience? (select all that applies)",
|
|
472
|
+
"OPTION_1": "Prefer the familiarity of pro mode",
|
|
473
|
+
"OPTION_2": "Need more order types",
|
|
474
|
+
"OPTION_3": "Need more info when placing trades",
|
|
475
|
+
"ADDITIONAL_FEEDBACK": "What improvements would you suggest?"
|
|
476
|
+
},
|
|
477
|
+
"DO_NOT_SHOW": "Do not show again",
|
|
478
|
+
"SUBMIT": "Submit"
|
|
479
|
+
},
|
|
469
480
|
"ERRORS": {
|
|
470
481
|
"TRADE_BOX": {
|
|
471
482
|
"BUY_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE": "Your trigger price is too close to your liquidation price - this order may not execute fully before you get liquidated. Please enter a trigger price below {TRIGGER_PRICE_LIMIT} or use a Stop Limit order.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED