Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmadek committed Oct 10, 2023
1 parent 179267f commit 1191c98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/shared/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,16 +368,16 @@
"successRejectMessage": "Operation Rejected",
"walletConnect": {
"defaultWalletName": "WalletConnect",
"signTitle": "Confirm the operation on your { walletName } app",
"reconnect": {
"title": "{ walletName } is not connected",
"description": "You need to reconnect to proceed with signing",
"cancelButton": "Cancel",
"confirmButton": "Reconnect",
"connected": "Connected",
"description": "You need to reconnect to proceed with signing",
"reconnecting": "Waiting for Reconnect...",
"connected": "Connected"
"title": "{ walletName } is not connected"
},
"rejected": "Rejected"
"rejected": "Rejected",
"signTitle": "Confirm the operation on your { walletName } app"
},
"xcmFee": "Cross-chain fee"
},
Expand Down
12 changes: 6 additions & 6 deletions src/shared/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,16 +368,16 @@
"successRejectMessage": "Операция Отменена",
"walletConnect": {
"defaultWalletName": "WalletConnect",
"signTitle": "Confirm the operation on your { walletName } app",
"reconnect": {
"title": "{ walletName } is not connected",
"description": "You need to reconnect to proceed with signing",
"cancelButton": "Cancel",
"confirmButton": "Reconnect",
"connected": "Connected",
"description": "You need to reconnect to proceed with signing",
"reconnecting": "Waiting for Reconnect...",
"connected": "Connected"

}
"title": "{ walletName } is not connected"
},
"rejected": "Rejected",
"signTitle": "Confirm the operation on your { walletName } app"
},
"xcmFee": "Cross-chain fee"
},
Expand Down

0 comments on commit 1191c98

Please sign in to comment.