about summary refs log tree commit diff
path: root/src/screens/ModerationInteractionSettings/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/ModerationInteractionSettings/index.tsx')
-rw-r--r--src/screens/ModerationInteractionSettings/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/ModerationInteractionSettings/index.tsx b/src/screens/ModerationInteractionSettings/index.tsx
index 99b29d950..ee72ff9da 100644
--- a/src/screens/ModerationInteractionSettings/index.tsx
+++ b/src/screens/ModerationInteractionSettings/index.tsx
@@ -102,7 +102,7 @@ function Inner({preferences}: {preferences: UsePreferencesQueryResponse}) {
       Toast.show(_(msg`Settings saved`))
     } catch (e: any) {
       logger.error(`Failed to save post interaction settings`, {
-        context: 'ModerationInteractionSettingsScreen',
+        source: 'ModerationInteractionSettingsScreen',
         safeMessage: e.message,
       })
       setError(_(msg`Failed to save settings. Please try again.`))