diff --git a/package.json b/package.json index a10b6d058..68838a6a9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "utf8": "^3.0.0", "vue": "3.2.37", "vue-i18n": "9.2.0-beta.40", - "vue-router": "4.1.2", + "vue-router": "4.1.3", "vue-template-compiler": "2.7.8", "vuex": "4.0.2" }, diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index cc655c0b5..d78d8da97 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -23,6 +23,7 @@ v-model.trim="v$.user.username.$model" :disabled="isPending" class="form-control" + :aria-required="true" :placeholder="$t('registration.username_placeholder')" > @@ -50,6 +51,7 @@ v-model.trim="v$.user.fullname.$model" :disabled="isPending" class="form-control" + :aria-required="true" :placeholder="$t('registration.fullname_placeholder')" > @@ -71,13 +73,14 @@ + >{{ accountActivationRequired ? $t('registration.email') : $t('registration.email_optional') }}
{{ $t('registration.bio') }} ({{ $t('general.optional') }}) + >{{ $t('registration.bio_optional') }}