From 91e011abc04432f5b1fb088d21abcff38c83cb3b Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Thu, 8 Apr 2021 10:14:03 +0200 Subject: [PATCH] collections: rename into "Exhibition/course" * Closes #1672. Co-Authored-by: Bertrand Zuchuat --- .../collections/jsonschemas/collections/collection-v0.0.1.json | 2 +- rero_ils/theme/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 844dbb15b5..abf52e4cde 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'