web/SupportedServices: aria label for the expand button

This commit is contained in:
wukko 2024-09-06 15:27:02 +06:00
parent aa0991eee4
commit 4db0665ab6
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 3 additions and 0 deletions

View file

@ -8,5 +8,7 @@
"terms.note.agreement": "by continuing, you agree to", "terms.note.agreement": "by continuing, you agree to",
"terms.note.link": "terms and ethics of use", "terms.note.link": "terms and ethics of use",
"services.title": "supported services", "services.title": "supported services",
"services.title_show": "show supported services",
"services.title_hide": "hide supported services",
"services.disclaimer": "cobalt is not affiliated with any of the services listed above." "services.disclaimer": "cobalt is not affiliated with any of the services listed above."
} }

View file

@ -30,6 +30,7 @@
await loadInfo(); await loadInfo();
} }
}} }}
aria-label={$t(`save.services.title_${expanded ? "hide" : "show"}`)}
> >
<div class="expand-icon"> <div class="expand-icon">
<IconPlus /> <IconPlus />