// en/vendor_otp
export const vendor_otp = {
  title: 'Verify your phone',
  sub: 'We sent a code to your phone. Enter it here.',
  code_label: 'Verification code',
  resend: "Didn't get it — resend",
  resend_success: 'Code re-sent',
  verify: 'Verify code',
  invalid: 'Invalid code',
  expired: 'Code expired',
  max_attempts: 'Too many attempts. Try again later.',
} as const;
