Skip to content

Commit

Permalink
LF-4531 Update key and copy for the new removal reason
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaOno committed Nov 21, 2024
1 parent 5d24741 commit 7f797f2
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
Expand Up @@ -26,7 +26,7 @@ export const up = async (knex) => {
'WEATHER',
'MACHINERY_ISSUE',
'SCHEDULING_ISSUE',
'NO_ANIMALS_AVAILABLE',
'NO_ANIMALS',
];
await knex.raw(`
ALTER TABLE task ADD CONSTRAINT abandonment_reason_check
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@
"LABOUR_ISSUE": "Labour issue",
"MACHINERY_ISSUE": "Machinery issue",
"MARKET_PROBLEM": "Market problem",
"NO_ANIMALS_AVAILABLE": "No animals available (automatic)",
"NO_ANIMALS": "Auto-abandoned: No animals for this task",
"OTHER": "Other",
"SCHEDULING_ISSUE": "Scheduling issue",
"WEATHER": "Weather"
Expand Down

0 comments on commit 7f797f2

Please sign in to comment.