mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/SupportedServices: aria label for the expand button
This commit is contained in:
parent
aa0991eee4
commit
4db0665ab6
2 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 />
|
||||||
|
|
Loading…
Reference in a new issue