Skip to content

Commit 1522a16

Browse files
authored
Merge pull request #1990 from ethereum/remixdm
fixed remixd modal text typo
2 parents fac6fcb + 8a20d06 commit 1522a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/remix-ide/src/app/plugins/remixd-handle.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ function remixdDialog () {
142142
</div>
143143
<div className='mb-2 text-break'>
144144
If you are just looking for the remixd command, here it is:
145-
<br></br><br></br><b>${commandText}</b>
145+
<br></br><br></br><b>{commandText}</b>
146146
<CopyToClipboard data-id='remixdCopyCommand' content={commandText}></CopyToClipboard>
147147
</div>
148148
<div className='mb-2 text-break'>
149-
When connected, a session will be started between <em>${window.location.origin}</em> and your local file system at <i>ws://127.0.0.1:65520</i>.
149+
When connected, a session will be started between <em>{window.location.origin}</em> and your local file system at <i>ws://127.0.0.1:65520</i>.
150150
The shared folder will be in the "File Explorers" workspace named "localhost".
151151
<br/>Read more about other <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#ports-usage">Remixd ports usage</a>
152152
</div>
@@ -155,7 +155,7 @@ function remixdDialog () {
155155
</div>
156156
<div className='mb-2 text-break'>
157157
<h6 className="text-danger">
158-
Before using, make sure remixd version is latest i.e. <b>${remixdVersion}</b>
158+
Before using, make sure remixd version is latest i.e. <b>v{remixdVersion}</b>
159159
<br></br><a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd">Read here how to update it</a>
160160
</h6>
161161
</div>

0 commit comments

Comments
 (0)