diff --git a/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx b/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx index ff7c644ce..91657fcf4 100644 --- a/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx +++ b/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx @@ -122,16 +122,19 @@ export default function VehicleDetailFormComponent({ form, loading }) { - { - //Removed as a part of IO-446. - //No values have been captured in this field as of yet. - // - // - // - } + + + + + + + diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 766e5773f..315a0fe2a 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1975,7 +1975,7 @@ "v_model_desc": "Model", "v_model_yr": "Year", "v_options": "Options", - "v_paint_codes": "Paint Codes", + "v_paint_codes": "Paint Codes {{number}}", "v_prod_dt": "Production Date", "v_stage": "Stage", "v_tone": "Tone",