Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalparkola committed Sep 26, 2024
1 parent 2ee6eb7 commit 7e65a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/practice/PracticeListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function PracticeList() {
return (
<View style={{ flex: 1 }}>
<View style={{ flexDirection: "row", alignItems: "center", margin: 12 }}>
<Text>Show shelved recipes:</Text>
<Text>Show shelved practices:</Text>
<Switch
style={{ marginLeft: 12 }}
trackColor={{ false: "#767577", true: "#81b0ff" }}
Expand Down

0 comments on commit 7e65a93

Please sign in to comment.