// en/favorites
export const favorites = {
  button_label: 'Favorite',
  add_to_favorites: 'Add to favorites',
  remove_from_favorites: 'Remove from favorites',
  page_title: 'My Favorite Vendors',
  empty_title: 'No favorite vendors yet',
  empty_description: 'Save vendors you love to follow their deals.',
  browse_vendors_cta: 'Browse vendors',
  notify_label: 'Get deal alerts',
  notify_all_label: 'Alerts for all favorites',
  loading: 'Loading...',
} as const;
