diff --git a/client/test/data/formattedCaseDistributionData.js b/client/test/data/formattedCaseDistributionData.js index a5e48db06d5..ef812f30f6c 100644 --- a/client/test/data/formattedCaseDistributionData.js +++ b/client/test/data/formattedCaseDistributionData.js @@ -345,7 +345,7 @@ export const formattedLevers = [ id: 12, item: 'lever_13', title: 'AOJ AOD Affinity Days', - description: 'Sets the number of days legacy remand Returned appeals that are also AOD (and may or may not have been CAVC at one time) respect the affinity before distributing the appeal to any available jduge. Affects appeals with hearing held when the remanding judge is not the hearing judge, or any legacy AOD + AOD appeal with no hearing held (whether or not it had been CAVC at one time).', + description: 'Sets the number of days legacy remand Returned appeals that are also AOD (and may or may not have been CAVC at one time) respect the affinity before distributing the appeal to any available judge. Affects appeals with hearing held when the remanding judge is not the hearing judge, or any legacy AOD + AOD appeal with no hearing held (whether or not it had been CAVC at one time).', data_type: ACD_LEVERS.data_types.radio, value: ACD_LEVERS.value, unit: ACD_LEVERS.days, diff --git a/db/seeds/case_distribution_levers.rb b/db/seeds/case_distribution_levers.rb index c83ba6d1f88..6ac3ce46b93 100644 --- a/db/seeds/case_distribution_levers.rb +++ b/db/seeds/case_distribution_levers.rb @@ -384,7 +384,7 @@ def levers { item: Constants.DISTRIBUTION.aoj_aod_affinity_days, title: Constants.DISTRIBUTION.aoj_aod_affinity_days_title, - description: "Sets the number of days legacy remand Returned appeals that are also AOD (and may or may not have been CAVC at one time) respect the affinity before distributing the appeal to any available jduge. Affects appeals with hearing held when the remanding judge is not the hearing judge, or any legacy AOD + AOD appeal with no hearing held (whether or not it had been CAVC at one time).", + description: "Sets the number of days legacy remand Returned appeals that are also AOD (and may or may not have been CAVC at one time) respect the affinity before distributing the appeal to any available judge. Affects appeals with hearing held when the remanding judge is not the hearing judge, or any legacy AOD + AOD appeal with no hearing held (whether or not it had been CAVC at one time).", data_type: Constants.ACD_LEVERS.data_types.radio, value: "14", unit: Constants.ACD_LEVERS.days,