From 3ab936b85b1159115393ed40bbda81a17c8956e6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 26 Aug 2025 12:19:40 +0100 Subject: [PATCH] followed all accounts! toast --- src/screens/Onboarding/StepSuggestedAccounts/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => {