From 091d8371fbbd16a36f098060eeaed964c6c7bc54 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:23:51 +0530 Subject: [PATCH] [ACS-8069] Updated error-content.component.html to be aligned with the new mat typography classes in angular material v15 (#9762) --- .../templates/error-content/error-content.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/src/lib/templates/error-content/error-content.component.html b/lib/core/src/lib/templates/error-content/error-content.component.html index 8799694371..c17980c6c2 100644 --- a/lib/core/src/lib/templates/error-content/error-content.component.html +++ b/lib/core/src/lib/templates/error-content/error-content.component.html @@ -1,15 +1,15 @@
-

+

{{ errorCodeTranslated }}

-

+

{{ 'ERROR_CONTENT.' + errorCodeTranslated + '.TITLE' | translate }}

-

+

{{ 'ERROR_CONTENT.' + errorCodeTranslated + '.DESCRIPTION' | translate }}

-
\ No newline at end of file +