From aa37718a2c154b1d1e23e22e928e8b3079c28af5 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 5 Aug 2022 08:24:20 +0200 Subject: [PATCH] improve wording on search options --- .../templates/invenio_theme_tugraz/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index dfa11f5..62c66c5 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -14,12 +14,12 @@ "title": "repo", },{ "key": "marc21", - "text": _("search publications (thesis, books, papers, etc)"), + "text": _("Publications"), "value": url_for("invenio_records_marc21.search"), "title": "publication", },{ "key": "lom", - "text": _("search open educational resources"), + "text": _("Open Educational Resources"), "value": url_for("invenio_records_lom.search"), "title": "oer", }