// en/vendor_mode_toggle
export const vendor_mode_toggle = {
  switch_to_vendor: 'Switch to vendor mode',
  switch_to_customer: 'Switch to customer mode',
} as const;
