Skip to content

Commit

Permalink
Merge pull request #106 from hisbaan/develop
Browse files Browse the repository at this point in the history
Fix call to locale file causing incorrect text
  • Loading branch information
eamonma authored Jul 14, 2022
2 parents 109db12 + 2e78e06 commit a465bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/preferences/PreferencesMeeting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const PreferencesMeeting = () => {
fontSize="sm"
fontWeight={500}
>
{t("cosmic ")}
{t("cosmic")}
</SliderMark>
<SliderTrack>
<SliderFilledTrack />
Expand Down

0 comments on commit a465bf2

Please sign in to comment.