Commit 5899f908 authored by Max Alekseenko's avatar Max Alekseenko

fix wording for 1 item

parent 1877b00f
...@@ -37,7 +37,7 @@ const AppSecurityReport = ({ securityReport, height, showContractList, isLoading ...@@ -37,7 +37,7 @@ const AppSecurityReport = ({ securityReport, height, showContractList, isLoading
popoverContent={ ( popoverContent={ (
<> <>
<Box mb={ 5 }> <Box mb={ 5 }>
{ solidityScanContractsNumber } smart contracts were evaluated to determine { solidityScanContractsNumber } smart contract{ solidityScanContractsNumber === 1 ? ' was' : 's were' } evaluated to determine
this protocol{ apos }s overall security score on the { config.chain.name } network. this protocol{ apos }s overall security score on the { config.chain.name } network.
</Box> </Box>
<SolidityscanReportScore score={ securityScore }/> <SolidityscanReportScore score={ securityScore }/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment