From ebeeb4bf01e7c3a414f00f92b286e00409b28bd3 Mon Sep 17 00:00:00 2001 From: Rui Date: Fri, 4 Oct 2024 13:34:46 -0700 Subject: [PATCH] Add deposit status string for vault --- config/localizations_native/en/app.json | 1 + scripts/generated/app.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 7a8a08080..80e2d47ae 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -403,6 +403,7 @@ "IN_PROGRESS_TEXT": "Your deposit of {AMOUNT_ELEMENT} has been submitted. This can take a few minutes.", "COMPLETED_TITLE": "Deposit completed", "COMPLETED_TEXT": "Your deposit has been confirmed. Your funds are now available for instant trading on dYdX. Now get going!", + "COMPLETED_TEXT_SHORT": "Your deposit has been completed.", "MOBILE_WALLET_REQUIRED": "Please connect your mobile wallet to deposit." }, "V4_WITHDRAWAL": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 4b7851240..95d7dd427 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1,6 +1,6 @@ // !! GENERATED FILE - DO NOT EDIT -// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift +// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift export const APP_STRING_KEYS = {