From 1bab226f5c2e678039ed40f87ab3fe05f3ebd0f4 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Wed, 10 Jun 2020 17:21:45 +0200 Subject: Add explicit step and aria-current attribute in register form --- client/src/app/+signup/+register/custom-stepper.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+signup/+register/custom-stepper.component.html b/client/src/app/+signup/+register/custom-stepper.component.html index bf507fc4f..57374d41e 100644 --- a/client/src/app/+signup/+register/custom-stepper.component.html +++ b/client/src/app/+signup/+register/custom-stepper.component.html @@ -2,11 +2,11 @@
- {{ i + 1 }} + Step {{ i + 1 }}
-- cgit v1.2.3