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/components/moderation/LabelsOnMeDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/moderation/LabelsOnMeDialog.tsx') diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index de24729cf..56c6af0a4 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -255,7 +255,7 @@ function AppealForm({ }, onSuccess: () => { control.close() - Toast.show(_(msg`Appeal submitted`)) + Toast.show(_(msg({message: 'Appeal submitted', context: 'toast'}))) }, }) -- cgit 1.4.1