Skip to content

Commit

Permalink
fix: removes initial /
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Jul 26, 2024
1 parent eff76f4 commit 018c7a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/app/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@
"contractPath": {
"label": "Contract Path",
"underline": "Relative path to your contract at the moment of compilation",
"solcPlaceholder": "/contracts/ContractFile.sol",
"vyperPlaceholder": "/contracts/ContractFile.vy",
"solcPlaceholder": "contracts/ContractFile.sol",
"vyperPlaceholder": "contracts/ContractFile.vy",
"validation": {
"required": "Contract path is required"
}
Expand Down Expand Up @@ -726,4 +726,4 @@
"indexerDelayed": "Transaction indexing is {indexerDelayInHours} hours behind. Transactions are being processed normally and will gradually show up. You can also use other <a href=\"https://zksync.io/explore/\" style=\"color: inherit\">explorers</a> meanwhile.",
"indexerDelayedDueToHeavyLoad": "The network is under a heavy load at the moment and transaction indexing on the explorer is {indexerDelayInHours} hours behind. Transactions are being processed normally and will gradually show up. You can also use other <a href=\"https://zksync.io/explore/\" style=\"color: inherit\">explorers</a> meanwhile."
}
}
}

0 comments on commit 018c7a2

Please sign in to comment.