Skip to content

Commit

Permalink
chore(change-vehicle-operator): removed vehicle description field (#1…
Browse files Browse the repository at this point in the history
…6363)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jonarnarbriem and kodiakhq[bot] authored Oct 11, 2024
1 parent 38f5c80 commit 2a37fe2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2a37fe2

Please sign in to comment.