// en/vendor_pending
export const vendor_pending = {
  title: 'Application submitted for review',
  body: "We've received your business details and will get back to you shortly. You can edit your profile while you wait.",
  submitted_name_label: 'Business name',
  submitted_email_label: 'Email',
  edit_profile_cta: 'Edit business profile',
} as const;
