mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 08:23:51 +00:00
Merge pull request #14796 from overleaf/rd-report-footer-recognition
Accessibility - indicate that the footer has navigational purpose GitOrigin-RevId: 74edf40ac5bc6eb4ee67527b5718d65fcd77d5a6
This commit is contained in:
parent
9184c0135f
commit
d1d6687f6c
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
- var featuresPageVariant = splitTestVariants && splitTestVariants['features-page']
|
||||
|
||||
footer.fat-footer.hidden-print
|
||||
.fat-footer-container
|
||||
.fat-footer-container(role="navigation" aria-label=translate('footer_navigation'))
|
||||
.fat-footer-sections(class=hideFatFooter ? 'hidden' : undefined)
|
||||
.footer-section#footer-brand
|
||||
a(href='/', aria-label=settings.appName).footer-brand
|
||||
|
|
|
@ -582,6 +582,7 @@
|
|||
"font_size": "Font Size",
|
||||
"footer_about_us": "About us",
|
||||
"footer_contact_us": "Contact us",
|
||||
"footer_navigation": "Footer navigation",
|
||||
"footer_plans_and_pricing": "Plans & pricing",
|
||||
"for_american_express": "For <0>American Express</0>, the <1>4 digits</1> on the <2>front</2> of your card.",
|
||||
"for_enterprise": "For enterprise",
|
||||
|
|
Loading…
Reference in a new issue