diff options
Diffstat (limited to 'src/screens/ModerationInteractionSettings')
-rw-r--r-- | src/screens/ModerationInteractionSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/ModerationInteractionSettings/index.tsx b/src/screens/ModerationInteractionSettings/index.tsx index ee72ff9da..a7e29a8a9 100644 --- a/src/screens/ModerationInteractionSettings/index.tsx +++ b/src/screens/ModerationInteractionSettings/index.tsx @@ -99,7 +99,7 @@ function Inner({preferences}: {preferences: UsePreferencesQueryResponse}) { threadgateAllowUISettingToAllowRecordValue(maybeEditedAllowUI), postgateEmbeddingRules: maybeEditedPostgate.embeddingRules ?? [], }) - Toast.show(_(msg`Settings saved`)) + Toast.show(_(msg({message: 'Settings saved', context: 'toast'}))) } catch (e: any) { logger.error(`Failed to save post interaction settings`, { source: 'ModerationInteractionSettingsScreen', |