From 5f90649f79a49f767b9774e78197cfc3088bae6d Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 8 May 2024 14:30:51 +0200 Subject: [PATCH] updated tooltip --- apps/remix-ide/src/app/tabs/locales/en/udapp.json | 6 +++--- libs/remix-ui/run-tab/src/lib/components/account.tsx | 2 +- 2 files changed, 4 insertions(+), 4 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 a7ee39b3e5..a523e2ebb9 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/udapp.json +++ b/apps/remix-ide/src/app/tabs/locales/en/udapp.json @@ -50,15 +50,15 @@ "udapp.hash": "hash", "udapp.signature": "signature", "udapp.injectedTitle": "Unfortunately it's not possible to create an account using injected provider. Please create the account directly from your provider (i.e metamask or other of the same type).", - "udapp.createNewAccount": "Create a new account", + "udapp.createNewAccount": "Create new account", "udapp.web3Title": "Creating an account is possible only in Personal mode. Please go to Settings to enable it.", "udapp.defaultTitle": "Unfortunately it's not possible to create an account using an external wallet ({selectExEnv}).", "udapp.text1": "Please provide a Passphrase for the account creation", "udapp.tooltipText1": "Account list is empty, please make sure the current provider is properly connected to remix", "udapp.modalTitle1": "Passphrase to sign a message", "udapp.modalMessage1": "Enter your passphrase for this account to sign the message", - "udapp.copyAccount": "Copy account to clipboard", - "udapp.signMsgUsingAccount": "Sign a message using this account", + "udapp.copyAccount": "Copy account", + "udapp.signMsgUsingAccount": "Sign using this account", "udapp._comment_environment.tsx": "libs/remix-ui/run-tab/src/lib/components/environment.tsx", "udapp.environment": "Environment", diff --git a/libs/remix-ui/run-tab/src/lib/components/account.tsx b/libs/remix-ui/run-tab/src/lib/components/account.tsx index ddae2c9ef9..d7097a1ab0 100644 --- a/libs/remix-ui/run-tab/src/lib/components/account.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/account.tsx @@ -202,7 +202,7 @@ export function AccountUI(props: AccountProps) { - + }>