mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 17:41:21 +00:00
Plans page - Fixes the accessibility issues on the plans page (#20258)
* adding the li within ul to fix the accessibility issue from axe dev tools * adding aria-label on the button * adding a translation GitOrigin-RevId: de46c7f1a71d7921b7ab88299441c50ef666cae2
This commit is contained in:
parent
96b3e89e91
commit
88c8e2bdfa
2 changed files with 2 additions and 0 deletions
|
@ -812,6 +812,7 @@
|
|||
|
||||
.plans-card-cta-container {
|
||||
margin-top: var(--spacing-08);
|
||||
width: 100%;
|
||||
|
||||
.btn-block + .btn-block {
|
||||
margin-top: var(--spacing-04);
|
||||
|
|
|
@ -1211,6 +1211,7 @@
|
|||
"maximum_files_uploaded_together": "Maximum __max__ files uploaded together",
|
||||
"may": "May",
|
||||
"maybe_later": "Maybe later",
|
||||
"member_picker": "Select number of users for group plan",
|
||||
"members_management": "Members management",
|
||||
"mendeley": "Mendeley",
|
||||
"mendeley_cta": "Get Mendeley integration",
|
||||
|
|
Loading…
Reference in a new issue