From cea87553b110e3cd5bc222d08ebddda685c182a2 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 31 Dec 2024 11:48:45 +0100 Subject: [PATCH] updates to json --- .../src/app/tabs/locales/en/contractverification.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/contractverification.json b/apps/remix-ide/src/app/tabs/locales/en/contractverification.json index 8fc8951064..6c3eecf6a9 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/contractverification.json +++ b/apps/remix-ide/src/app/tabs/locales/en/contractverification.json @@ -2,5 +2,6 @@ "contractverification.verifyNavTitle": "Verify", "contractverification.receiptsNavTitle": "Receipts", "contractverification.lookupNavTitle": "Lookup", - "contractverification.settingsNavTitle": "Settings" + "contractverification.settingsNavTitle": "Settings", + "contractverification.contractAddressInput": "Contract Address" }