Commit 91e38470 by Tasawer Nawaz Committed by GitHub

Merge pull request #13244 from…

Merge pull request #13244 from edx/tasawer/bugfix/ecom-5184-incorrect-attr-on-id-verification-button

Removed incorrect aria tag from ID photo submission button
parents 8a522b89 24ea7dc1
......@@ -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