diff --git a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx index dd6a84a8d1..94db50df12 100644 --- a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx +++ b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx @@ -131,7 +131,7 @@ export function StepSuggestedAccounts() { return followableDids }, onSuccess: newlyFollowed => { - toast.show(_(msg`Done!`), {type: 'success'}) + toast.show(_(msg`Followed all accounts!`), {type: 'success'}) setFollowedUsers(followed => [...followed, ...newlyFollowed]) }, onError: () => {