From 23c6e6555a9c95f55470ae049aa668377c75af4e Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 9 Apr 2021 09:09:38 -0700 Subject: [PATCH] Update vehicle paint codes. --- .../vehicle-detail-form.component.jsx | 23 +++++++++++-------- client/src/translations/en_us/common.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) 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",