Skip to content

Commit

Permalink
[ASSB-1441] Standardise "Kept alive ..." fate wording (#957)
Browse files Browse the repository at this point in the history
* [ASSB-1441] Standardise "Kept alive ..." fate wording

* [ASSB-1441] Version + audit fix
  • Loading branch information
jeff-horton-ho-sas authored Oct 17, 2024
1 parent 7a1f1c1 commit 6513751
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 12 deletions.
2 changes: 1 addition & 1 deletion client/components/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const NtsCheckBoxWithModal = (props) => {
};
const customTextMap = {
'set-free': 'Set free',
'kept-alive': 'Kept alive for non-regulated purposes or possible reuse',
'kept-alive': 'Kept alive at a licensed establishment for non-regulated purposes or possible reuse',
'used-in-other-projects': 'Continued use on other projects',
'killed': 'Killed',
'rehomed': 'Rehomed'
Expand Down
2 changes: 1 addition & 1 deletion client/helpers/nts-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function NTSFateOfAnimalFields() {
value: 'rehomed'
},
'kept-alive': {
label: 'Kept alive at the establishment for non-regulated purposes or possible reuse',
label: 'Kept alive at a licensed establishment for non-regulated purposes or possible reuse',
hint: 'Non-regulated purposes could include handling, breeding or non-regulated procedures.',
value: 'kept-alive'
}
Expand Down
2 changes: 1 addition & 1 deletion client/schema/v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default () => {
value: 'rehomed'
},
{
label: 'Kept alive at the establishment for non-regulated purposes or possible reuse',
label: 'Kept alive at a licensed establishment for non-regulated purposes or possible reuse',
hint: 'Non-regulated purposes could include handling, breeding or non-regulated procedures.',
value: 'kept-alive'
}
Expand Down
57 changes: 50 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asl/projects",
"version": "15.6.9",
"version": "15.6.10",
"description": "ASL PPL prototype",
"main": "client/external.js",
"styles": "assets/scss/projects.scss",
Expand Down Expand Up @@ -42,7 +42,7 @@
"immutable": "^3.8.2",
"is-hotkey": "^0.2.0",
"jsondiffpatch": "^0.4.1",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.1",
"lodash": "^4.17.21",
"mdn-polyfills": "^5.15.0",
"minimatch": "^3.0.4",
Expand Down

0 comments on commit 6513751

Please sign in to comment.