diff --git a/RadixWallet/Core/Resources/Generated/L10n.generated.swift b/RadixWallet/Core/Resources/Generated/L10n.generated.swift index d5c7056515..142f2594ba 100644 --- a/RadixWallet/Core/Resources/Generated/L10n.generated.swift +++ b/RadixWallet/Core/Resources/Generated/L10n.generated.swift @@ -2652,8 +2652,8 @@ public enum L10n { } public enum TransactionStatus { public enum AssertionFailure { - /// Transaction failed because a guarantee on transaction results was not met. Consider reducing your preferred guarantee % - public static let text = L10n.tr("Localizable", "transactionStatus_assertionFailure_text", fallback: "Transaction failed because a guarantee on transaction results was not met. Consider reducing your preferred guarantee %") + /// A guarantee on transaction results was not met. Consider reducing your preferred guarantee % + public static let text = L10n.tr("Localizable", "transactionStatus_assertionFailure_text", fallback: "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %") } public enum Completing { /// Completing Transaction… diff --git a/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings b/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings index bee63d8273..0d9e9e9556 100644 --- a/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings +++ b/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings @@ -454,7 +454,7 @@ "transactionStatus_dismissDialog_message" = "Stop waiting for transaction result? The transaction will not be canceled."; "transactionStatus_dismissalDisabledDialog_title" = "Dismiss"; "transactionStatus_dismissalDisabledDialog_text" = "This transaction requires to be completed"; -"transactionStatus_assertionFailure_text" = "Transaction failed because a guarantee on transaction results was not met. Consider reducing your preferred guarantee %"; +"transactionStatus_assertionFailure_text" = "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %"; "addressAction_copyAddress" = "Copy Address"; "addressAction_copiedToClipboard" = "Copied to Clipboard"; "addressAction_copyNftId" = "Copy NFT ID";