From 7e9f70d603ebcbbad9e51d95a3700c9abb7bd28b Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 22 Apr 2024 18:20:57 +0200 Subject: [PATCH] Update udapp.json labels --- apps/remix-ide/src/app/tabs/locales/en/udapp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/udapp.json b/apps/remix-ide/src/app/tabs/locales/en/udapp.json index cd54dea7e5..93a6f94244 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/udapp.json +++ b/apps/remix-ide/src/app/tabs/locales/en/udapp.json @@ -3,8 +3,8 @@ "udapp._comment_gasPrice.tsx": "libs/remix-ui/run-tab/src/lib/components/gasPrice.tsx", "udapp.gasLimit": "Gas limit", - "udapp.gasLimitAuto": "Use Automatic Gas Estimation", - "udapp.gasLimitManual": "Limit the Gas to", + "udapp.gasLimitAuto": "Estimated Gas", + "udapp.gasLimitManual": "Custom", "udapp.tooltipText4": "The default gas limit is 3M. Adjust as needed.", "udapp._comment_value.tsx": "libs/remix-ui/run-tab/src/lib/components/value.tsx",