-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update source file recoveryTransactionStates.json
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
7 changes: 5 additions & 2 deletions
7
Content/1.1.5 - Recovery Transaction States/recoveryTransactionStates.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |