diff --git a/apps/web/src/app/modules/register-form/register-form.component.html b/apps/web/src/app/modules/register-form/register-form.component.html index b4f2877ef15..21d5772677a 100644 --- a/apps/web/src/app/modules/register-form/register-form.component.html +++ b/apps/web/src/app/modules/register-form/register-form.component.html @@ -9,7 +9,7 @@
{{ "emailAddress" | i18n }} - + {{ "emailAddressDesc" | i18n }}
@@ -17,7 +17,7 @@
{{ "name" | i18n }} - + {{ "yourNameDesc" | i18n }}
@@ -32,6 +32,7 @@ {{ "masterPass" | i18n }} {{ "reTypeMasterPass" | i18n }} {{ "masterPassHint" | i18n }} - + {{ "masterPassHintDesc" | i18n }} @@ -86,6 +88,7 @@
s != ""); } - @HostBinding() id = `bit-input-${nextId++}`; + @HostBinding() @Input() id = `bit-input-${nextId++}`; @HostBinding("attr.aria-describedby") ariaDescribedBy: string;