FIX: Tooltip for volume field, explaining format (#2221)

FIX: Tooltip for volume field, explaining format (#2221)
This commit is contained in:
barbequesauce 2019-04-12 12:15:29 -04:00 committed by evilhero
parent b6f4744e9a
commit 9eb13d79b2
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
%endif
<div class="row">
<label>Volume Number</label>
<input type="text" name="comic_version" value="${comic['ComicVersion']}" size="20"><br/>
<input type="text" name="comic_version" value="${comic['ComicVersion']}" size="20" alt="Format: vN where N is a number 0-infinity"><br/>
</div>
<div class="row">