Skip to content

Commit

Permalink
Merge pull request rustdesk#15 from herbygillot/patch-1
Browse files Browse the repository at this point in the history
ui, port_forward: correct typo
  • Loading branch information
rustdesk authored Apr 6, 2021
2 parents 823f0ab + 9f81d7f commit 8873bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/port_forward.tis
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8873bce

Please sign in to comment.