1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-10 02:08:06 +00:00

fix spelling of seperate to separate

This commit is contained in:
Daniel M. Drucker, Ph.D.
2024-08-13 14:10:03 -04:00
committed by GitHub
parent 4d79c593f7
commit 22affedafc
28 changed files with 28 additions and 28 deletions

View File

@@ -25,7 +25,7 @@
</div>
{% endif %}
<div class="form-group">
<label for="kindle_mail">{{_('Send to eReader Email Address. Use comma to seperate emails for multiple eReaders')}}</label>
<label for="kindle_mail">{{_('Send to eReader Email Address. Use comma to separate emails for multiple eReaders')}}</label>
<input type="email" class="form-control" name="kindle_mail" id="kindle_mail" value="{{ content.kindle_mail if content.kindle_mail != None }}">
</div>
{% if not content.role_anonymous() %}