Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #5023: Add copy for ticket #5023.
Browse files Browse the repository at this point in the history
This is so we can order translations before code for #5023 is ready.
  • Loading branch information
iccub committed Feb 25, 2022
1 parent 95c3ba1 commit 672ad20
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions BraveWallet/WalletStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1779,5 +1779,33 @@ extension Strings {
value: "No Networks Added",
comment: "The empty state displayed when the user has not yet added any custom networks."
)
public static let transactionBacklogTitle = NSLocalizedString(
"wallet.transactionBacklogTitle",
tableName: "BraveWallet",
bundle: .braveWallet,
value: "Transaction backlog",
comment: "Title of confirmation prompt when there's a backlog of wallet transactions"
)
public static let transactionBacklogBody = NSLocalizedString(
"wallet.transactionBacklogBody",
tableName: "BraveWallet",
bundle: .braveWallet,
value: "You're attempting to start a new transaction while you have previously submitted transactions that have not been confirmed. This will block any new ones from being submitted.",
comment: "Text body of confirmation prompt when there's a backlog of wallet transactions"
)
public static let transactionBacklogAcknowledgement = NSLocalizedString(
"wallet.transactionBacklogAcknowledgement",
tableName: "BraveWallet",
bundle: .braveWallet,
value: "Clear & replace the incomplete transaction(s)",
comment: "Text of checkbox for a confirmation prompt when there's a backlog of wallet transactions"
)
public static let transactionBacklogLearnMoreButton = NSLocalizedString(
"wallet.transactionBacklogLearnMoreButton",
tableName: "BraveWallet",
bundle: .braveWallet,
value: "Learn More.",
comment: "Button to learn more about incomplete/pending wallet transactions."
)
}
}

0 comments on commit 672ad20

Please sign in to comment.