Skip to content

Commit 03b78f5

Browse files
committed
Merge pull request #1620 from uProxy/lucyhe-logsfix
Add text back to logs page.
2 parents f61fa62 + c536027 commit 03b78f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/generic_ui/polymer/logs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
</style>
5353

5454
<div id='container'>
55-
<h1>{{ 'logsTitle' | $$ }}</h1>
56-
<p>{{ 'toSendLogs' | $$ }}
57-
<span id='openUproxy' on-tap='{{ openUproxy }}'>{{ 'openFeedback' | $$ }}
55+
<h1>Logs & Network Analysis</h1>
56+
<p>To send your logs to the uProxy team for help:
57+
<span id='openUproxy' on-tap='{{ openUproxy }}'>open uProxy and click 'Submit Feedback'
5858
</span>
5959
</p>
6060
<div id='logs'>
6161
<div id="loadingLogs" hidden?="{{ !loadingLogs }}">
62-
<p>{{ 'retrievingLogs' | $$ }}</p>
62+
<p>Retrieving logs and analyzing your network...</p>
6363
<paper-progress indeterminate='true'></paper-progress>
6464
</div>
6565
<pre>{{ logs }}</pre>

0 commit comments

Comments
 (0)