Skip to content

Commit 8a60071

Browse files
committed
updated tooltip
1 parent 6509e4e commit 8a60071

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/remix-ide/src/app/tabs/locales/en/udapp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"udapp.hash": "hash",
5151
"udapp.signature": "signature",
5252
"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).",
53-
"udapp.createNewAccount": "Create a new account",
53+
"udapp.createNewAccount": "Create new account",
5454
"udapp.web3Title": "Creating an account is possible only in Personal mode. Please go to Settings to enable it.",
5555
"udapp.defaultTitle": "Unfortunately it's not possible to create an account using an external wallet ({selectExEnv}).",
5656
"udapp.text1": "Please provide a Passphrase for the account creation",
5757
"udapp.tooltipText1": "Account list is empty, please make sure the current provider is properly connected to remix",
5858
"udapp.modalTitle1": "Passphrase to sign a message",
5959
"udapp.modalMessage1": "Enter your passphrase for this account to sign the message",
60-
"udapp.copyAccount": "Copy account to clipboard",
61-
"udapp.signMsgUsingAccount": "Sign a message using this account",
60+
"udapp.copyAccount": "Copy account",
61+
"udapp.signMsgUsingAccount": "Sign using this account",
6262

6363
"udapp._comment_environment.tsx": "libs/remix-ui/run-tab/src/lib/components/environment.tsx",
6464
"udapp.environment": "Environment",

libs/remix-ui/run-tab/src/lib/components/account.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export function AccountUI(props: AccountProps) {
202202
<FormattedMessage id="udapp.account" />
203203
<CustomTooltip placement={'top'} tooltipClasses="text-wrap" tooltipId="remixPlusWrapperTooltip" tooltipText={plusOpt.title}>
204204
<span id="remixRunPlusWraper">
205-
<i id="remixRunPlus" className={`fas fa-plus-circle udapp_icon ${plusOpt.classList}`} aria-hidden="true" onClick={newAccount}></i>
205+
<i id="remixRunPlus" className={`ml-2 fas fa-plus-circle udapp_icon ${plusOpt.classList}`} aria-hidden="true" onClick={newAccount}></i>
206206
</span>
207207
</CustomTooltip>
208208
<CustomTooltip placement={'top'} tooltipClasses="text-nowrap" tooltipId="remixSignMsgTooltip" tooltipText={<FormattedMessage id="udapp.signMsgUsingAccount" />}>

0 commit comments

Comments
 (0)