Skip to content

Commit

Permalink
New Crowdin updates (#1050)
Browse files Browse the repository at this point in the history
Co-authored-by: kugel3 <gustaf.kugelberg@rdx.works>
Co-authored-by: Ghenadie Vasiliev-Pusca <ghenadie.vasiliev-pusca@rdx.works>
  • Loading branch information
3 people committed Mar 24, 2024
1 parent 9634ecf commit fdf4bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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…
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fdf4bf0

Please sign in to comment.