We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d1e8a commit 26d1bdcCopy full SHA for 26d1bdc
pages/download.tsx
@@ -273,7 +273,7 @@ const LanguageCategory = ({ category }: LanguageCategoryProps) => {
273
checked={selection === SelectionState.All}
274
indeterminate={selection === SelectionState.Some}
275
/>
276
- <span className="sr-only">Select All</span>
+ <span className="sr-only">Select all {category} languages</span>
277
</label>
278
279
<legend className="font-bold text-xl">{category}</legend>
@@ -405,7 +405,7 @@ const Download = () => {
405
}
406
onChange={handleOnSelectAll}
407
408
- Select All Languages
+ Select all languages
409
410
411
<section>
0 commit comments