This commit is contained in:
xlivevil
2022-09-28 20:12:21 +08:00
parent 27eb514ca4
commit 09e1ec3d08
2 changed files with 2 additions and 2 deletions

View File

@@ -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)