Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Mar 21, 2024
1 parent eed7605 commit 17f1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/SettingsSheet/components/SettingsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const SettingsSection = ({
onPress={onPressLanguage}
rightComponent={<MenuItem.Selection>{(lang.supportedLanguages as any)[language].label || ''}</MenuItem.Selection>}
size={60}
titleComponent={<MenuItem.Title text={lang.t(lang.l.settings.langauge)} />}
titleComponent={<MenuItem.Title text={lang.t(lang.l.settings.language)} />}
/>
)}
<MenuItem
Expand Down

0 comments on commit 17f1dec

Please sign in to comment.