// en/vendor_settings_page
export const vendor_settings_page = {
  title: 'Vendor settings',
  skip_to_content: 'Skip to content',
  nav_label: 'Settings',
  notifications_link: 'Notification settings',
  profile_link: 'Business profile',
  payments_link: 'Payment settings',
} as const;
