improve wording on search options

This commit is contained in:
Christoph Ladurner
2022-08-05 08:24:20 +02:00
parent 3a500543c6
commit aa37718a2c

View File

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