Unverified Commit 8873bce5 authored by RustDesk's avatar RustDesk Committed by GitHub

Merge pull request #15 from herbygillot/patch-1

ui, port_forward: correct typo
parents 823f0ab0 9f81d7f1
......@@ -21,7 +21,7 @@ class PortForward: Reactor.Component {
});
return <div #file-transfer><section>
{pfs.length ? <div style="background: green; color: white; text-align: center; padding: 0.5em;">
<span style="font-size: 1.2em">Listenning ...</span><br/>
<span style="font-size: 1.2em">Listening ...</span><br/>
<span style="font-size: 0.8em; color: #ddd">Don't close this window while your are using tunnel</span>
</div> : ""}
<table #port-forward>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment