From 7efae3c125bf80260167a2723cb97f8a751c0e80 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Jan 2021 19:20:43 +0100 Subject: [PATCH] Renamed "Recently Added" to "Books" --- cps/render_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/render_template.py b/cps/render_template.py index 16fdab13..fdd8abb7 100644 --- a/cps/render_template.py +++ b/cps/render_template.py @@ -36,7 +36,7 @@ def get_sidebar_config(kwargs=None): else: content = 'conf' in kwargs sidebar = list() - sidebar.append({"glyph": "glyphicon-book", "text": _('Recently Added'), "link": 'web.index', "id": "new", + sidebar.append({"glyph": "glyphicon-book", "text": _('Books'), "link": 'web.index', "id": "new", "visibility": constants.SIDEBAR_RECENT, 'public': True, "page": "root", "show_text": _('Show recent books'), "config_show":False}) sidebar.append({"glyph": "glyphicon-fire", "text": _('Hot Books'), "link": 'web.books_list', "id": "hot",