From 09e1ec3d083bceaaa55c245265dfb0c16dd652a3 Mon Sep 17 00:00:00 2001 From: xlivevil Date: Wed, 28 Sep 2022 20:12:21 +0800 Subject: [PATCH] fix typo --- cps/admin.py | 2 +- cps/templates/book_table.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/admin.py b/cps/admin.py index 6edc824d..690c3c2e 100755 --- a/cps/admin.py +++ b/cps/admin.py @@ -166,7 +166,7 @@ def queue_metadata_backup(): show_text = {} log.warning("Queuing all books for metadata backup") helper.set_all_metadata_dirty() - show_text['text'] = _(u'Books successfully queued fo Metadata Backup') + show_text['text'] = _(u'Books successfully queued for Metadata Backup') return json.dumps(show_text) diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index 9ba173bb..518b3227 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -72,7 +72,7 @@ {{ text_table_row('publishers', _('Enter Publishers'),_('Publishers'), false, true) }} {{_('Comments')}} {% if g.user.check_visibility(32768) %} - {{ book_checkbox_row('is_archived', _('Archiv Status'), false)}} + {{ book_checkbox_row('is_archived', _('Archive Status'), false)}} {% endif %} {{ book_checkbox_row('read_status', _('Read Status'), false)}} {% for c in cc %}