diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index ef07665..9b90ba8 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -184,7 +184,7 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why <label for="cave">Cave ID (only needed if no survex file yet)</label> <input {% if not user.username %} disabled{% endif %} label = "Cave" name = "cave" size="12" - title="Single cave id e.g. 2017-DM-01 or 1623-256. Not a list. " + title="Single cave id or comma-separated list e.g. 2017-DM-01, 1623-256. " placeholder="{{cave}}" value="{{cave}}" /> <br> <label for="psg">Survey area (wallet name)</label> |