Skip to content

Commit

Permalink
custom-fields: reword description for accelerators and departments
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Nov 19, 2024
1 parent c4fae6a commit 993449d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ RDM_CUSTOM_FIELDS_UI = [
props=dict(
label="Department",
icon="building",
description="You should fill this field with one of the departments e.g BE, EN, HR etc.",
description="Please select a recognised department from the list if applicable e.g BE, EN, HR etc.",
search=False,
multiple=True,
sort_by="title_sort",
Expand All @@ -357,7 +357,7 @@ RDM_CUSTOM_FIELDS_UI = [
props=dict(
label="Accelerator",
icon="bullseye",
description="You should fill this field with one of the recognised accelerators e.g LHC, SPS, PS, R&D etc.",
description="Please select a recognised accelerator from the list if applicable e.g LHC, SPS, PS, R&D etc.",
search=False,
multiple=True,
sort_by="title_sort",
Expand Down

0 comments on commit 993449d

Please sign in to comment.