Skip to content

Commit

Permalink
Merge pull request #586 from radixdlt/pre-auth-sign-fail
Browse files Browse the repository at this point in the history
Add pre-auth strings
  • Loading branch information
micbakos-rdx authored Jan 24, 2025
2 parents fd268b6 + 40afd4b commit f1b03a2
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"transactionRecovery_transaction_title": "Cannot Sign Transaction",
"transactionRecovery_transaction_message": "You’ve skipped too many factors and cannot sign the transaction. You can restart the signing process, or cancel it.",
"transactionRecovery_transaction_restart": "Restart Signing",
"transactionRecovery_transaction_cancel": "Cancel Transaction"
"transactionRecovery_transaction_cancel": "Cancel Transaction",
"transactionRecovery_preAuthorization_title": "Cannot Sign Pre-Authorization",
"transactionRecovery_preAuthorization_message": "You’ve skipped too many factors and cannot sign the pre-authorization. You can restart the signing process, or cancel it.",
"transactionRecovery_preAuthorization_cancel": "Cancel Pre-Authorization",
"transactionRecovery_restart": "Restart Signing"
}

0 comments on commit f1b03a2

Please sign in to comment.