diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-13 11:09:49 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-13 11:09:49 +0200 |
| commit | 475467ff79818d3482ac7640198bff9571cb3797 (patch) | |
| tree | cbb81feb4e4db1d1e41da154c521a45a53d67227 | |
| parent | 54f1b059aee074ecdb87b0c29b229391addd0f9e (diff) | |
client: rename tab intro text
| -rw-r--r-- | res/templates/index.html | 2 |
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> |
