diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html index 66b0c7705..8aa6b4ae4 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html @@ -65,8 +65,8 @@

{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}

{{personDetails?.telephone}}

- + class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-phone-error-message"> + {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} @@ -75,8 +75,8 @@

{{'APP.EDIT_PROFILE.MOBILE' | translate}}

{{personDetails?.mobile}}

- + class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-mobile-error-message"> + {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} @@ -131,8 +131,9 @@

{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}

{{personDetails?.company?.telephone}}

- + class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-company-phone-error-message"> + {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }} @@ -141,8 +142,9 @@

{{'APP.EDIT_PROFILE.EMAIL' | translate}}

{{personDetails?.company?.email}}

- + class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-company-email-error-message"> + {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}