diff --git a/modules/Sources/Generated/L10n.swift b/modules/Sources/Generated/L10n.swift index e779e66..926c6d6 100644 --- a/modules/Sources/Generated/L10n.swift +++ b/modules/Sources/Generated/L10n.swift @@ -198,8 +198,8 @@ public enum L10n { public static let title = L10n.tr("Localizable", "importWallet.alert.failed.title", fallback: "Failed to restore wallet") } public enum Success { - /// The wallet has been successfully recovered. - public static let message = L10n.tr("Localizable", "importWallet.alert.success.message", fallback: "The wallet has been successfully recovered.") + /// Your wallet has been successfully restored! During the initial sync, your funds cannot be spent or sent. Depending on the age of your wallet, it may take a few hours to fully sync. + public static let message = L10n.tr("Localizable", "importWallet.alert.success.message", fallback: "Your wallet has been successfully restored! During the initial sync, your funds cannot be spent or sent. Depending on the age of your wallet, it may take a few hours to fully sync.") /// Success public static let title = L10n.tr("Localizable", "importWallet.alert.success.title", fallback: "Success") } diff --git a/modules/Sources/Generated/Resources/Localizable.strings b/modules/Sources/Generated/Resources/Localizable.strings index d44c2d2..b4f05bc 100644 --- a/modules/Sources/Generated/Resources/Localizable.strings +++ b/modules/Sources/Generated/Resources/Localizable.strings @@ -75,7 +75,7 @@ "importWallet.birthday.title" = "Wallet birthday height"; "importWallet.seed.valid" = "VALID SEED PHRASE"; "importWallet.alert.success.title" = "Success"; -"importWallet.alert.success.message" = "The wallet has been successfully recovered."; +"importWallet.alert.success.message" = "Your wallet has been successfully restored! During the initial sync, your funds cannot be spent or sent. Depending on the age of your wallet, it may take a few hours to fully sync."; "importWallet.alert.failed.title" = "Failed to restore wallet"; "importWallet.alert.failed.message" = "Error: %@ (code: %@)"; "importWallet.optionalBirthday" = "(optional)";