summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-13 11:09:49 +0200
committerAlon Levy <alon@pobox.com>2015-01-13 11:09:49 +0200
commit475467ff79818d3482ac7640198bff9571cb3797 (patch)
treecbb81feb4e4db1d1e41da154c521a45a53d67227
parent54f1b059aee074ecdb87b0c29b229391addd0f9e (diff)
client: rename tab intro text
-rw-r--r--res/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 60c916a6..22aefcd0 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -82,7 +82,7 @@
<div class="typeselection" style="display:none">
<table>
- <tr id="intro"><td>Pick a type with [TAB] key</td></tr>
+ <tr id="intro"><td>Use [Tab] to change node type</td></tr>
<tr id="chosentypelabel"><td>Chosen Type: <span id="chosentypename"/></td></tr>
<tr id="chosentypedesc"><td></td></tr>
</table>