Skip to content

Commit

Permalink
Merge pull request #437 from chain4travel/aeddaqqa/fix-notifications
Browse files Browse the repository at this point in the history
fix(multisignatures): fix notification of editing multisig wallet
  • Loading branch information
aeddaqqa authored Nov 5, 2024
2 parents 5294f8c + 291ec1a commit 42af654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,9 +1014,9 @@
"transfer_success_msg": "You have succesfully sent your transaction.",
"transfer_error_msg": "Failed to send transaction.",
"transfer_cancelled_msg": "Transaction has been cancelled.",
"execute_multisig_transaction_error": "Transaction execution failed {error}",
"multisig_transaction_saved": "Your signature saved successfully! {txId}",
"multisig_transaction_not_saved": "Your signature saved successfully! {error}",
"execute_multisig_transaction_error": "Transaction execution failed",
"multisig_transaction_saved": "Your signature saved successfully!",
"multisig_transaction_not_saved": "Your signature saved successfully!",
"transaction_cancel_failed": "Cancelling the transaction failed",
"claim_reward_failed": "Failed to claim reward",
"something_went_wrong": "Something went wrong",
Expand All @@ -1040,7 +1040,7 @@
"confirm": "Confirm",
"create_multisig": "Create Multisignature Wallet",
"cancel": "Cancel",
"disclamer": "Saving the multisignature wallet definition will incur a fee of {fee} {symbol} from P-Chain balance",
"disclamer": "Saving the wallet definition will incur a fee of {fee} {symbol} from P-Chain balance",
"alert": {
"wize_name": "Please be aware that this description will be publicly visible on the Camino Network. Choose your words carefully."
},
Expand Down

0 comments on commit 42af654

Please sign in to comment.