1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-29 08:33:23 +00:00

Fix mistyping "option"

This commit is contained in:
Ozzie Isaacs 2021-01-28 20:20:59 +01:00
parent 34a474101f
commit 4a11dd1e16

View File

@ -26,7 +26,7 @@
</div> </div>
{% if not filepicker %} {% if not filepicker %}
<div class="form-group"> <div class="form-group">
<label id="filepicker-hint">{{_('To activate serverside filepicker start Calibre-Web with -f optionn')}}</label> <label id="filepicker-hint">{{_('To activate serverside filepicker start Calibre-Web with -f option')}}</label>
</div> </div>
{% endif %} {% endif %}
{% if feature_support['gdrive'] %} {% if feature_support['gdrive'] %}