diff --git a/feature-libs/user/profile/components/register/register.component.html b/feature-libs/user/profile/components/register/register.component.html index f331fe73b62..0600e93305a 100644 --- a/feature-libs/user/profile/components/register/register.component.html +++ b/feature-libs/user/profile/components/register/register.component.html @@ -29,9 +29,7 @@ bindValue="code" formControlName="titleCode" id="title-select" - [cxNgSelectA11y]="{ - ariaLabel: 'register.title' | cxTranslate, - }" + [cxNgSelectA11y]="{}" > diff --git a/feature-libs/user/profile/components/register/register.module.ts b/feature-libs/user/profile/components/register/register.module.ts index fc33bfca386..a310e15fc93 100644 --- a/feature-libs/user/profile/components/register/register.module.ts +++ b/feature-libs/user/profile/components/register/register.module.ts @@ -39,8 +39,8 @@ import { RegisterComponent } from './register.component'; I18nModule, SpinnerModule, FormErrorsModule, - NgSelectModule, NgSelectA11yModule, + NgSelectModule, PasswordVisibilityToggleModule, FeaturesConfigModule, ],