From 7f8aee358335061ae86fe268e1726c01488af1fc Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 5 Feb 2025 15:32:00 -0600 Subject: [PATCH] Update copy pasta --- src/screens/ModerationInteractionSettings/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/ModerationInteractionSettings/index.tsx b/src/screens/ModerationInteractionSettings/index.tsx index 4b7e3c984a..24e516b4b7 100644 --- a/src/screens/ModerationInteractionSettings/index.tsx +++ b/src/screens/ModerationInteractionSettings/index.tsx @@ -26,7 +26,7 @@ export function Screen() { const gutters = useGutters(['base']) const {data: preferences} = usePreferencesQuery() return ( - + @@ -93,7 +93,7 @@ function Inner({preferences}: {preferences: UsePreferencesQueryResponse}) { Toast.show(_(msg`Settings saved`)) } catch (e: any) { logger.error(`Failed to save post interaction settings`, { - context: 'PostInteractionSettingsDialogControlledInner', + context: 'ModerationInteractionSettingsScreen', safeMessage: e.message, }) setError(_(msg`Failed to save settings. Please try again.`))