Skip to content

Commit

Permalink
fix consistent wording favorite <> main profile
Browse files Browse the repository at this point in the history
SNS-151
  • Loading branch information
dr497 committed Dec 13, 2023
1 parent 58c0e75 commit 107307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressExplainerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const stepsImages: Record<
1: {
image: require("@assets/onboading/favorite-domain.png"),
text: () =>
t`Click the star icon to select your favorite profile. Keep track of your main profile's completion progress with the profile completion bar.`,
t`Click the star icon to select your favorite profile. Keep track of your favorite profile's completion progress with the profile completion bar.`,
icon: <AntDesign name="star" size={24} color={tw.color("brand-primary")} />,
},
2: {
Expand Down

0 comments on commit 107307b

Please sign in to comment.