diff options
Diffstat (limited to 'src/state/queries/notifications/settings.ts')
-rw-r--r-- | src/state/queries/notifications/settings.ts | 2 |
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() |