From d75adfe85e3eab1cf3eb311af4f9cffeac593c66 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 31 Mar 2025 19:06:53 +0200 Subject: [PATCH] Improved testability --- cps/templates/book_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index 4b22e584e..807e9e497 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -25,7 +25,7 @@ {{_('Archive selected books')}}
- {{_('Unarchive selected books')}} + {{_('Unarchive selected books')}}
{% elif parameter == "read_status" %} @@ -34,7 +34,7 @@ {{_('Mark selected books as read')}}
- {{_('Mark selected books as unread')}}
+ {{_('Mark selected books as unread')}} {% endif %}