diff --git a/rero_ils/modules/collections/jsonschemas/collections/collection-v0.0.1.json b/rero_ils/modules/collections/jsonschemas/collections/collection-v0.0.1.json index ca34d26006..deb1b72809 100644 --- a/rero_ils/modules/collections/jsonschemas/collections/collection-v0.0.1.json +++ b/rero_ils/modules/collections/jsonschemas/collections/collection-v0.0.1.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", - "title": "Collection", + "title": "Exhibition/course", "additionalProperties": false, "required": [ "$schema", diff --git a/rero_ils/theme/views.py b/rero_ils/theme/views.py index 292dd5fc34..ab1d6aa37c 100644 --- a/rero_ils/theme/views.py +++ b/rero_ils/theme/views.py @@ -126,7 +126,7 @@ def init_menu_tools(): 'RERO_ILS_SEARCH_GLOBAL_VIEW_CODE')), text='{icon} {help}'.format( icon='', - help=_('Collections') + help=_('Exhibition/course') ), order=2, id='collections-menu'