File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments