Commit 24ea7dc1 by Tasawer

Removed incorrect aria tag from ID photo submission button

ECOM-5184
parent a250b03b
......@@ -48,7 +48,7 @@
<% if ( nextStepTitle ) { %>
<nav class="nav-wizard" id="face_next_button_nav">
<button id="next_step_button" class="next action-primary is-disabled right" aria-hidden="true" title="Next">
<button id="next_step_button" class="next action-primary right" disabled title="Next">
<%- _.sprintf(
gettext( "Next: %(nextStepTitle)s" ),
{ nextStepTitle: nextStepTitle }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment