Skip to content

Commit 2e663a0

Browse files
committed
fix: update aria label
1 parent 03f7254 commit 2e663a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/PackageManagerSelect.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function handleKeydown(event: KeyboardEvent) {
9595
class="flex items-center gap-1.5 px-2 py-2 font-mono text-xs text-fg-muted bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 hover:text-fg"
9696
:aria-expanded="isOpen"
9797
aria-haspopup="listbox"
98-
:aria-label="$t('settings.package_manager')"
98+
:aria-label="$t('package.get_started.pm_label')"
9999
:aria-controls="listboxId"
100100
@click="toggle"
101101
@keydown="handleKeydown"
@@ -132,7 +132,7 @@ function handleKeydown(event: KeyboardEvent) {
132132
? `${listboxId}-${packageManagers[highlightedIndex]?.id}`
133133
: undefined
134134
"
135-
:aria-label="$t('settings.package_manager')"
135+
:aria-label="$t('package.get_started.pm_label')"
136136
:style="getDropdownStyle()"
137137
class="fixed bg-bg-subtle border border-border rounded-md shadow-lg z-50"
138138
>

0 commit comments

Comments
 (0)