Skip to content

Commit

Permalink
Sizes dropdown is labeled Sizes => Interested sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jul 17, 2023
1 parent 8cfb022 commit 7b01b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SizesDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function SizesDropdown(props: {
.map((s) => t(SizeI18nKeys[s]))
.join(", ");
} else {
return t("sizes");
return t("interestedSizes");
}
}, [t, props.selectedSizes]);

Expand Down

0 comments on commit 7b01b45

Please sign in to comment.