From a7db0bac6fa42a47f05b9ef5fabc05656a347f08 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Fri, 7 Mar 2025 02:46:09 +0900 Subject: Add context for toast messages (#7902) * add context for toast * add --- src/view/com/modals/EditProfile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/modals/EditProfile.tsx') diff --git a/src/view/com/modals/EditProfile.tsx b/src/view/com/modals/EditProfile.tsx index af55e4b7f..2b9969b54 100644 --- a/src/view/com/modals/EditProfile.tsx +++ b/src/view/com/modals/EditProfile.tsx @@ -121,7 +121,7 @@ export function Component({ newUserAvatar, newUserBanner, }) - Toast.show(_(msg`Profile updated`)) + Toast.show(_(msg({message: 'Profile updated', context: 'toast'}))) onUpdate?.() closeModal() } catch (e: any) { -- cgit 1.4.1