Skip to content

Commit f3fe667

Browse files
authored
add-connection-issue (#978)
1 parent 987ace1 commit f3fe667

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

config/localization/en/app.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,8 @@
18441844
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
18451845
"COMPLIANCE_ALERT": "Compliance alert",
18461846
"COMPLIANCE_WARNING": "Compliance Warning",
1847+
"CONNECTION_ISSUE_DETECTED": "Connection issue detected",
1848+
"CONNECTION_ISSUE_DETECTED_BODY": "We're having trouble connecting to our services right now. This could be due to the status of our system or your internet connection. Please check the status page and refresh. Your funds are safe.",
18471849
"CREATED": "Created",
18481850
"CREATING": "Creating",
18491851
"DEPOSIT_IN_PROGRESS_DESCRIPTION": "Your deposit of {AMOUNT_ELEMENT} will be available after 14 confirmations.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.268",
3+
"version": "1.1.269",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/app.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// !! GENERATED FILE - DO NOT EDIT
22

3-
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
3+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
44

55
export const APP_STRING_KEYS = {
66

@@ -1067,6 +1067,8 @@ export const APP_STRING_KEYS = {
10671067
CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
10681068
COMPLIANCE_ALERT: 'APP.NOTIFICATIONS.COMPLIANCE_ALERT',
10691069
COMPLIANCE_WARNING: 'APP.NOTIFICATIONS.COMPLIANCE_WARNING',
1070+
CONNECTION_ISSUE_DETECTED: 'APP.NOTIFICATIONS.CONNECTION_ISSUE_DETECTED',
1071+
CONNECTION_ISSUE_DETECTED_BODY: 'APP.NOTIFICATIONS.CONNECTION_ISSUE_DETECTED_BODY',
10701072
CREATED: 'APP.NOTIFICATIONS.CREATED',
10711073
CREATING: 'APP.NOTIFICATIONS.CREATING',
10721074
DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.DEPOSIT_IN_PROGRESS',

0 commit comments

Comments
 (0)