diff options
| author | garbash <dor.garbash@gmail.com> | 2015-06-24 16:28:03 -0700 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-06 12:33:52 +0300 |
| commit | 1cf80b2b939a4e6963e5038dc71c010170603514 (patch) | |
| tree | ff6a5bf673e2346a0b3b7515aa3892bf354fd095 /res | |
| parent | 30915083beed090b20f850bdf581aa68ae630a97 (diff) | |
better input help text
Diffstat (limited to 'res')
| -rw-r--r-- | res/local/template.d/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html index 992eb289..4032d155 100644 --- a/res/local/template.d/index.html +++ b/res/local/template.d/index.html @@ -95,7 +95,7 @@ var RZ_VERSION = '{% include "version.txt" %}'; <div contentEditable="true" tabindex="2" class="input input-bar" id="textanalyser" placeholder="Add elements" autofocus ></div> <button tabindex="-1" id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> - <p class="input-help-text"> Place double-space to form a network. try:<i> John[double-space]knows[double-space]karate</i></p> + <p class="input-help-text"> Use double-space to form a network. Type:<i><span class="analyser-span-node"> John </span>[double-space]<span class="analyser-span-link"> knows </span>[double-space]<span class="analyser-span-node"> Karate</span></p></i> </div> </div> <div class="info-container" style="display:none"> |
