From 2a37fe29fc62022f26d5111a91d04fa80994ae0f Mon Sep 17 00:00:00 2001 From: jonarnarbriem <107482569+jonarnarbriem@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:10:01 +0000 Subject: [PATCH] chore(change-vehicle-operator): removed vehicle description field (#16363) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../InformationSection/vehicleSubSection.ts | 1 - .../src/lib/messages/information.ts | 6 ------ 2 files changed, 7 deletions(-) diff --git a/libs/application/templates/transport-authority/change-operator-of-vehicle/src/forms/ChangeOperatorOfVehicleForm/InformationSection/vehicleSubSection.ts b/libs/application/templates/transport-authority/change-operator-of-vehicle/src/forms/ChangeOperatorOfVehicleForm/InformationSection/vehicleSubSection.ts index a344a9122346..dfbb5d76029e 100644 --- a/libs/application/templates/transport-authority/change-operator-of-vehicle/src/forms/ChangeOperatorOfVehicleForm/InformationSection/vehicleSubSection.ts +++ b/libs/application/templates/transport-authority/change-operator-of-vehicle/src/forms/ChangeOperatorOfVehicleForm/InformationSection/vehicleSubSection.ts @@ -16,7 +16,6 @@ export const vehicleSubSection = buildSubSection({ buildMultiField({ id: 'vehicleMultiField', title: information.labels.vehicle.title, - description: information.labels.vehicle.description, children: [ buildTextField({ id: 'vehicleInfo.plate', diff --git a/libs/application/templates/transport-authority/change-operator-of-vehicle/src/lib/messages/information.ts b/libs/application/templates/transport-authority/change-operator-of-vehicle/src/lib/messages/information.ts index 4d3884cb77dd..aa99f73e9738 100644 --- a/libs/application/templates/transport-authority/change-operator-of-vehicle/src/lib/messages/information.ts +++ b/libs/application/templates/transport-authority/change-operator-of-vehicle/src/lib/messages/information.ts @@ -251,12 +251,6 @@ export const information = { defaultMessage: 'Ökutæki', description: 'Vehicle title', }, - description: { - id: 'ta.cov.application:information.labels.vehicle.description', - defaultMessage: - 'Et sed ut est aliquam proin elit sed. Nunc tellus lacus sed eu pulvinar.', - description: 'Vehicle description', - }, plate: { id: 'ta.cov.application:information.labels.vehicle.plate', defaultMessage: 'Númer ökutækis',