department-of-veterans-affairs/vets-website

View on GitHub
src/platform/static-data/labels.jsx

Summary

Maintainability
A
0 mins
Test Coverage
export const relationshipLabels = {
  spouse: 'Spouse',
  child: 'Child, stepchild, adopted child',
};

export const genderLabels = {
  F: 'Female',
  M: 'Male',
  NA: 'Prefer not to answer',
};