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

English Language V2

This commit is contained in:
Josh O'Brien
2020-03-19 13:10:10 +11:00
parent 6643f0d1e0
commit c870f6e87d
28 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
<th>{{_('Downloads')}}</th>
<th class="hidden-xs">{{_('Admin')}}</th>
<th class="hidden-xs">{{_('Download')}}</th>
<th class="hidden-xs">{{_('View eBooks')}}</th>
<th class="hidden-xs">{{_('View Books')}}</th>
<th class="hidden-xs">{{_('Upload')}}</th>
<th class="hidden-xs">{{_('Edit')}}</th>
</tr>
@@ -58,7 +58,7 @@
<td class="hidden-xs">{{email.mail_from}}</td>
</tr>
</table>
<div class="btn btn-default" id="admin_edit_email"><a href="{{url_for('admin.edit_mailsettings')}}">{{_('Change SMTP settings')}}</a></div>
<div class="btn btn-default" id="admin_edit_email"><a href="{{url_for('admin.edit_mailsettings')}}">{{_('Edit E-mail Server Settings')}}</a></div>
</div>
</div>