Skip to content

Commit 2202698

Browse files
Fixed message for split library setting coming later
1 parent c043982 commit 2202698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/app/calibre-web/cps/templates/config_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>{{title}}</h2>
1818
</div>
1919
<div class="form-group required">
2020
<input type="checkbox" id="config_calibre_split" name="config_calibre_split" data-control="split_settings" data-t ="{{ config.config_calibre_split_dir }}" {% if config.config_calibre_split %}checked{% endif %} >
21-
<label for="config_calibre_split">{{_('Separate Book Files from Library - DO NOT USE! COMING IN CWA V2.2.0!')}}</label>
21+
<label for="config_calibre_split">{{_('Separate Book Files from Library - DO NOT USE! COMING IN CWA V3.1.0!')}}</label>
2222
</div>
2323
<div data-related="split_settings">
2424
<div class="form-group required input-group">

0 commit comments

Comments
 (0)