Skip to content

Commit 5036280

Browse files
committed
fix programming language pick selection
1 parent 1043a1f commit 5036280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/libraries/components/library-hero/library-hero.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const LibraryHeroComponent: React.FC<LibraryHeroComponentProps> = ({
6464
const options = useMemo(() => {
6565
return [
6666
{
67-
label: "Language",
67+
label: "ProgrammingLanguage",
6868
options: [
6969
{
7070
value: dictionary.filterPicker.defaultValue.value,

0 commit comments

Comments
 (0)