followed all accounts! toast

This commit is contained in:
Samuel Newman
2025-08-26 12:19:40 +01:00
parent f045e26f1e
commit 3ab936b85b
@@ -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: () => {