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", }