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-dapp/src/locales/en/udapp.json
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,15 @@
50
50
"udapp.hash": "hash",
51
51
"udapp.signature": "signature",
52
52
"udapp.forkStateTitle": "Fork VM state",
53
-
"udapp.forkStateLabel": "State Name",
53
+
"udapp.forkStateLabel": "New environment name",
54
+
"udapp.forkVmStateDesc1":"Forking state will create a new environment with same state as selected environment",
55
+
"udapp.forkVmStateDesc2":"New environment will be pinned, which can be unpinned or deleted using Envionment Explorer",
54
56
"udapp.fork": "Fork",
55
-
"udapp.deleteVmStateTitle": "Delete VM state",
56
-
"udapp.deleteVmStateDesc1": "Deleting the state of this VM will delete the associated transaction details in this Workspace.",
57
-
"udapp.deleteVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.",
58
-
"udapp.deleteVmStateDesc3": "Do you want to continue?",
57
+
"udapp.resetVmStateTitle": "Reset VM state",
58
+
"udapp.resetVmStateDesc1": "Resetting the state of this VM will delete the associated transaction details in this Workspace.",
59
+
"udapp.resetVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.",
60
+
"udapp.resetVmStateDesc3": "Do you want to continue?",
61
+
"udapp.reset": "Reset",
59
62
"udapp.delete": "Delete",
60
63
"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).",
Copy file name to clipboardExpand all lines: apps/remix-ide/src/app/tabs/locales/en/udapp.json
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,15 @@
50
50
"udapp.hash": "hash",
51
51
"udapp.signature": "signature",
52
52
"udapp.forkStateTitle": "Fork VM state",
53
-
"udapp.forkStateLabel": "State Name",
53
+
"udapp.forkStateLabel": "New environment name",
54
+
"udapp.forkVmStateDesc1":"Forking state will create a new environment with same state as selected environment",
55
+
"udapp.forkVmStateDesc2":"After forking, new environment will be pinned and selected automatically. It can be unpinned or deleted using Envionment Explorer",
54
56
"udapp.fork": "Fork",
55
-
"udapp.deleteVmStateTitle": "Delete VM state",
56
-
"udapp.deleteVmStateDesc1": "Deleting the state of this VM will delete the associated transaction details in this Workspace.",
57
-
"udapp.deleteVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.",
58
-
"udapp.deleteVmStateDesc3": "Do you want to continue?",
57
+
"udapp.resetVmStateTitle": "Reset VM state",
58
+
"udapp.resetVmStateDesc1": "Resetting the state of this VM will delete the associated transaction details in this Workspace.",
59
+
"udapp.resetVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.",
60
+
"udapp.resetVmStateDesc3": "Do you want to continue?",
61
+
"udapp.reset": "Reset",
59
62
"udapp.delete": "Delete",
60
63
"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).",
@@ -83,15 +87,15 @@ export function EnvironmentUI(props: EnvironmentProps) {
83
87
}elseprops.runTabPlugin.call('notification','toast',`State not available to fork, as no transactions have been made for selected environment & selected workspace.`)
props.runTabPlugin.call('notification','toast',`VM state deleted successfully.`)
107
-
_paq.push(['trackEvent','udapp','deleteState',`VM state deleted`])
110
+
props.runTabPlugin.call('notification','toast',`VM state reset successfully.`)
111
+
_paq.push(['trackEvent','udapp','deleteState',`VM state reset`])
108
112
},
109
113
intl.formatMessage({id: 'udapp.cancel'}),
110
114
null
111
115
)
112
-
}elseprops.runTabPlugin.call('notification','toast',`State not available to delete, as no transactions have been made for selected environment & selected workspace.`)
116
+
}elseprops.runTabPlugin.call('notification','toast',`State not available to reset, as no transactions have been made for selected environment & selected workspace.`)
0 commit comments