Skip to content

Commit

Permalink
collections: rename into "Exhibition/course"
Browse files Browse the repository at this point in the history
* Closes rero#1672.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
  • Loading branch information
Garfield-fr committed Apr 20, 2021
1 parent 0b343bc commit 9bfb9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Collection",
"title": "Exhibition/course",
"additionalProperties": false,
"required": [
"$schema",
Expand Down
2 changes: 1 addition & 1 deletion rero_ils/theme/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def init_menu_tools():
'RERO_ILS_SEARCH_GLOBAL_VIEW_CODE')),
text='{icon} {help}'.format(
icon='<i class="fa fa-graduation-cap"></i>',
help=_('Collections')
help=_('Exhibition/course')
),
order=2,
id='collections-menu'
Expand Down

0 comments on commit 9bfb9cf

Please sign in to comment.