about summary refs log tree commit diff
path: root/src/state/queries/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries/notifications')
-rw-r--r--src/state/queries/notifications/settings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/notifications/settings.ts b/src/state/queries/notifications/settings.ts
index e552b6520..2ac42aa32 100644
--- a/src/state/queries/notifications/settings.ts
+++ b/src/state/queries/notifications/settings.ts
@@ -41,7 +41,7 @@ export function useNotificationSettingsMutation() {
       )
     },
     onSuccess: () => {
-      Toast.show(_(msg`Preference saved`))
+      Toast.show(_(msg({message: 'Preference saved', context: 'toast'})))
     },
     onSettled: () => {
       invalidateCachedUnreadPage()