From 74444d9b201440d7b87940f73cfdcf2d351803be Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 2 Jan 2022 20:15:06 -0800 Subject: [PATCH] Update InnerCircleViewModel.swift --- nirvana-ios/Views/InnerCircle/InnerCircleViewModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nirvana-ios/Views/InnerCircle/InnerCircleViewModel.swift b/nirvana-ios/Views/InnerCircle/InnerCircleViewModel.swift index 1c766f5..aabfdbd 100644 --- a/nirvana-ios/Views/InnerCircle/InnerCircleViewModel.swift +++ b/nirvana-ios/Views/InnerCircle/InnerCircleViewModel.swift @@ -47,9 +47,9 @@ class InnerCircleViewModel: ObservableObject { case .circlesPreview: return AlertToast(displayMode: .hud, type: .systemImage("snowflake", NirvanaColor.dimTeal), title: "coming soon", subTitle: "group convos reinvented") case .removedFriend: - return AlertToast(displayMode: .alert, type: .complete(Color.green), title: "Done", subTitle: "removed friend") + return AlertToast(displayMode: .alert, type: .complete(Color.green), title: "removed friend", subTitle: "...tap to dismiss") case .addedFriend: - return AlertToast(displayMode: .alert, type: .complete(Color.green), title: "Done", subTitle: "added friend") + return AlertToast(displayMode: .alert, type: .complete(Color.green), title: "added friend", subTitle: "...tap to dismiss") case .cannotFriendYourself: return AlertToast(displayMode: .hud, type: .error(Color.orange), title: "silly! 🙉", subTitle: "you cannot friend yourself") case .maxFriendsInCircle: