diff options
Diffstat (limited to 'src/components/moderation/LabelsOnMeDialog.tsx')
-rw-r--r-- | src/components/moderation/LabelsOnMeDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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'}))) }, }) |