Skip to content

Commit 424890b

Browse files
Merge pull request #925 from jsonwebtoken/fix_language_picker
Fix programming language pick selection
2 parents 1043a1f + 5036280 commit 424890b

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)