mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 05:13:35 +00:00
FIX: Tooltip for volume field, explaining format (#2221)
FIX: Tooltip for volume field, explaining format (#2221)
This commit is contained in:
parent
b6f4744e9a
commit
9eb13d79b2
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue