diff --git a/RadixWallet/Core/Resources/Generated/L10n.generated.swift b/RadixWallet/Core/Resources/Generated/L10n.generated.swift index 142f2594ba..dce7db7d81 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 { - /// 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 %") + /// 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 0d9e9e9556..15619ad328 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" = "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";