// en/domain_post_purchase
export const domain_post_purchase = {
  first: 'Purchase successful — great deal!',
  first_guest: 'You just grabbed a great deal!',
  first_guest_register: 'Register to save your deals',
  second: 'Congrats, twice as nice!',
  third: 'Third time, treat yourself!',
  floating_prefix: 'This is purchase #',
  floating_saved: 'Total saved:',
  floating_discovered: 'new businesses discovered',
  dismiss: 'Dismiss',
} as const;
