@dydxprotocol/v4-localization 1.1.55 → 1.1.56
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.
|
@@ -398,6 +398,15 @@
|
|
|
398
398
|
"V4_TRANSFEROUT": {
|
|
399
399
|
"COMPLETED_TITLE": "Transfer submitted",
|
|
400
400
|
"COMPLETED_TEXT": "Your transfer of {AMOUNT_ELEMENT} {TOKEN} has been submitted"
|
|
401
|
+
},
|
|
402
|
+
"ISSUE_REPORT": {
|
|
403
|
+
"SETTINGS_TITLE": "Report Issue",
|
|
404
|
+
"LOADING_TITLE": "Loading log files...",
|
|
405
|
+
"LOADING_COMPLETED_TITLE": "Log file created",
|
|
406
|
+
"LOADING_ERROR_TITLE": "Failed to create log file",
|
|
407
|
+
"EMAIL_SUBJECT": "Issue Report",
|
|
408
|
+
"EMAIL_BODY": "Please describe the issue you're facing:",
|
|
409
|
+
"CHOOSER_TITLE": "Send App Log"
|
|
401
410
|
}
|
|
402
411
|
},
|
|
403
412
|
"RATE_APP": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED