Skip to content

Commit 514b3ab

Browse files
fix: correct platform dropdown aria label key
1 parent 2bb1883 commit 514b3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/Downloads/Release/PlatformDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const PlatformDropdown: FC = () => {
6363
defaultValue={release.platform !== '' ? release.platform : undefined}
6464
loading={release.os === 'LOADING' || release.platform === ''}
6565
placeholder={t('layouts.download.dropdown.unknown')}
66-
ariaLabel={t('layouts.download.dropdown.installMethod')}
66+
ariaLabel={t('layouts.download.dropdown.platform')}
6767
onChange={platform => platform && release.setPlatform(platform)}
6868
className="min-w-28"
6969
inline={true}

0 commit comments

Comments
 (0)