From b334d3227014ee9a6398a1cf7ae8725b10b61d81 Mon Sep 17 00:00:00 2001 From: Manuel Wedler Date: Fri, 10 Jan 2025 14:24:58 +0100 Subject: [PATCH] Shorten Contract Verification plugin description in featured view --- apps/remix-ide/src/app/tabs/locales/en/home.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/home.json b/apps/remix-ide/src/app/tabs/locales/en/home.json index 0d7e0f42ede..e4e5554eb4e 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/home.json +++ b/apps/remix-ide/src/app/tabs/locales/en/home.json @@ -26,7 +26,7 @@ "home.solhintPluginDesc": "Solhint is an open source project for linting Solidity code.", "home.sourcifyPluginDesc": "Solidity contract and metadata verification service.", "home.unitTestPluginDesc": "Write and run unit tests for your contracts in Solidity.", - "home.contractVerificationDesc": "Verify contract code on Sourcify, Etherscan, Blockscout and Routescan at the same time.", + "home.contractVerificationDesc": "Verify contracts on multiple services at the same time.", "home.dgitPluginDesc": "Add source control to your projects.", "home.oneClickDappDesc": "Quickly generate smart contract interfaces", "home.getStarted": "Get Started",