Skip to content

Commit

Permalink
forced swim test - name enhanced and hint added. ALL AC matching. (#1635
Browse files Browse the repository at this point in the history
)
  • Loading branch information
farrukhishaq authored Oct 9, 2024
1 parent 8a78265 commit e352893
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asl/pages",
"version": "31.6.7",
"version": "31.6.8",
"description": "",
"main": "index.js",
"style": "pages/common/assets/sass/style.scss",
Expand Down
3 changes: 2 additions & 1 deletion pages/rops/update/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,14 @@ Crossing a genetically altered animal with a wild type animal will not normally
label: 'Which of the following techniques were used in {{year}}',
hint: 'Select all that apply',
options: {
forced_swim_test: 'Forced swim test',
forced_swim_test: 'Forced swim test or forced swimming',
household: 'Household product testing',
tobacco: 'Tobacco product testing',
alcohol: 'Alcohol product testing',
antibodies: 'Harvesting monoclonal antibodies from ascites fluid'
},
hints: {
forced_swim_test: 'Any procedure in which an animal is placed into a container of water, out of its depth, with no means of escape.',
tobacco: 'This does not include testing compounds found in tobacco or the effects of tobacco in disease models',
alcohol: 'This does not include testing ethanol or the effects of alcohol in disease models',
antibodies: 'This does not include animals immunised to provide tissues to generate monoclonal antibodies in vitro'
Expand Down
8 changes: 6 additions & 2 deletions pages/rops/update/formatters/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@ function ProductTestingHint() {
return (
<ul className="product-testing-hint">
<li>
<p><Snippet>fields.productTestingTypes.options.forced_swim_test</Snippet></p>
</li><li>
<p>
<Snippet>fields.productTestingTypes.options.forced_swim_test</Snippet><br />
<span className="govuk-hint"><Snippet>fields.productTestingTypes.hints.forced_swim_test</Snippet></span>
</p>
</li>
<li>
<p><Snippet>fields.productTestingTypes.options.household</Snippet></p>
</li>
<li>
Expand Down

0 comments on commit e352893

Please sign in to comment.