Commit 540af5ed by Sarah Fischmann

Fixed legal aria-label to be a valid label

AC-596

fixed aria-label to just say legal

translate legal label
parent c21b3c8f
...@@ -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