Commit dc121e54 by sarahkf Committed by GitHub

Merge pull request #15326 from edx/sarahkf/ARIA-roles

fixed aria-label to just say legal
parents 4dd4f979 540af5ed
...@@ -29,7 +29,7 @@ from django.core.urlresolvers import reverse ...@@ -29,7 +29,7 @@ from django.core.urlresolvers import reverse
% endif % endif
</div> </div>
<div class="footer-content-secondary" aria-label="{_('Legal')}"> <div class="footer-content-secondary" aria-label="${_("Legal")}">
<div class="footer-about-copyright"> <div class="footer-about-copyright">
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear. ## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p> <p>
......
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