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 164e08c commit 205f851Copy full SHA for 205f851
apps/site/components/Downloads/Release/PlatformDropdown.tsx
@@ -63,7 +63,7 @@ const PlatformDropdown: FC = () => {
63
defaultValue={release.platform !== '' ? release.platform : undefined}
64
loading={release.os === 'LOADING' || release.platform === ''}
65
placeholder={t('layouts.download.dropdown.unknown')}
66
- ariaLabel={t('layouts.download.dropdown.installMethod')}
+ ariaLabel={t('layouts.download.dropdown.platform')}
67
onChange={platform => platform && release.setPlatform(platform)}
68
className="min-w-28"
69
inline={true}
0 commit comments