// en/notify_modal
export const notify_modal = {
  title: 'Want to get updates?',
  description: 'We can notify you when deals in your wishlist or favorites are updated.',
  wishlist_toggle_label: 'Wishlist deal alerts',
  favorites_toggle_label: 'Favorites deal alerts',
  done: 'Done',
} as const;
