From 348a81903b4eafb0fd3ae40c2387669cb7d7f633 Mon Sep 17 00:00:00 2001 From: pbardy2000 <146740183+pbardy2000@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:06:56 +0100 Subject: [PATCH] fix(cb2-11302): correct spelling of accessor to assessor --- .../vehicle-header/vehicle-header.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/features/test-records/components/vehicle-header/vehicle-header.component.html b/src/app/features/test-records/components/vehicle-header/vehicle-header.component.html index 206fbf1540..78bdbb9322 100644 --- a/src/app/features/test-records/components/vehicle-header/vehicle-header.component.html +++ b/src/app/features/test-records/components/vehicle-header/vehicle-header.component.html @@ -5,7 +5,7 @@

- {{ test?.testTypeId ?? '' | testTypeName : (selectAllTestTypes$ | async) | defaultNullOrEmpty }} + {{ test?.testTypeId ?? '' | testTypeName: (selectAllTestTypes$ | async) | defaultNullOrEmpty }} {{ testCode | uppercase }} @@ -50,10 +50,10 @@

Vehicle details

- {{ test?.testTypeId || '' | testTypeName : (selectAllTestTypes$ | async) }} {{ testCode | uppercase }} + {{ test?.testTypeId || '' | testTypeName: (selectAllTestTypes$ | async) }} {{ testCode | uppercase }}

- {{ testResult?.createdAt | date : 'dd MMM yyyy' }} + {{ testResult?.createdAt | date: 'dd MMM yyyy' }} {{ resultOfTest | defaultNullOrEmpty }}
@@ -61,7 +61,7 @@

-
Accessor
+
Assessor
{{ testResult?.testerName | defaultNullOrEmpty }}
@@ -115,7 +115,7 @@

Vehicle overview

Country of registration
- {{ testResult?.countryOfRegistration | refDataDecode$ : referenceDataType.CountryOfRegistration | async | defaultNullOrEmpty | uppercase }} + {{ testResult?.countryOfRegistration | refDataDecode$: referenceDataType.CountryOfRegistration | async | defaultNullOrEmpty | uppercase }}