Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
73e69f9f
Commit
73e69f9f
authored
May 17, 2021
by
lianahus
Committed by
Liana Husikyan
May 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some corrections to the text
parent
02dd885b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
confirmDialog.js
apps/remix-ide/src/app/ui/confirmDialog.js
+2
-2
No files found.
apps/remix-ide/src/app/ui/confirmDialog.js
View file @
73e69f9f
...
@@ -26,7 +26,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
...
@@ -26,7 +26,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
var
el
=
yo
`
var
el
=
yo
`
<div>
<div>
<div>You are about to create a transaction on the main network. Confirm details to send to your provider.</div>
<div>You are about to create a transaction on the main network. Confirm
the
details to send to your provider.</div>
<div class="mt-3
${
css
.
txInfoBox
}
">
<div class="mt-3
${
css
.
txInfoBox
}
">
<div>
<div>
<span class="text-dark mr-2">From:</span>
<span class="text-dark mr-2">From:</span>
...
@@ -55,7 +55,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
...
@@ -55,7 +55,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
<div class="d-flex align-items-center my-1">
<div class="d-flex align-items-center my-1">
<span class="text-dark mr-2">Gas price:</span>
<span class="text-dark mr-2">Gas price:</span>
<input class="form-control mr-1" style='width: 40px; height: 28px;'id='gasprice' oninput=
${
onGasPriceChange
}
/>
<input class="form-control mr-1" style='width: 40px; height: 28px;'id='gasprice' oninput=
${
onGasPriceChange
}
/>
<span>Gwei (visit <a target='_blank' href='https://ethgasstation.info'>ethgasstation.info</a>
to get more info about gas price
)</span>
<span>Gwei (visit <a target='_blank' href='https://ethgasstation.info'>ethgasstation.info</a>
for current gas price info.
)</span>
</div>
</div>
<div class="d-flex align-items-center">
<div class="d-flex align-items-center">
<span class="text-dark mr-2 mb-3">Data:</span>
<span class="text-dark mr-2 mb-3">Data:</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment