You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/remix-ide/src/app/tabs/locales/en/udapp.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,15 @@
50
50
"udapp.hash": "hash",
51
51
"udapp.signature": "signature",
52
52
"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",
54
54
"udapp.web3Title": "Creating an account is possible only in Personal mode. Please go to Settings to enable it.",
55
55
"udapp.defaultTitle": "Unfortunately it's not possible to create an account using an external wallet ({selectExEnv}).",
56
56
"udapp.text1": "Please provide a Passphrase for the account creation",
57
57
"udapp.tooltipText1": "Account list is empty, please make sure the current provider is properly connected to remix",
58
58
"udapp.modalTitle1": "Passphrase to sign a message",
59
59
"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",
0 commit comments