Skip to content

Commit

Permalink
Merge pull request #1693 from ral-facilities/bugfix/fix-missing-labels
Browse files Browse the repository at this point in the history
Fix missing investigation parameter labels
  • Loading branch information
louise-davies authored Feb 3, 2025
2 parents 20091c4 + ae7fce6 commit 8bc47cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/datagateway-dataview/public/res/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
"name_other": "Samples",
"no_samples": "No samples"
},
"parameters": {
"label": "Investigation Parameters",
"no_parameters": "No parameters"
},
"publications": {
"label": "Publications",
"reference_one": "Reference",
Expand Down
3 changes: 2 additions & 1 deletion packages/datagateway-search/public/res/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"no_samples": "No samples"
},
"parameters": {
"label": "Investigation Parameters"
"label": "Investigation Parameters",
"no_parameters": "No parameters"
},
"publications": {
"label": "Publications",
Expand Down

0 comments on commit 8bc47cb

Please sign in to comment.