Skip to content

Commit

Permalink
Fix capitalizaton (#12464)
Browse files Browse the repository at this point in the history
* Fix capitalizaton

* updated docs to reflect change

* Non-binary fix
  • Loading branch information
jperk51 authored Apr 21, 2023
1 parent df2e996 commit fa42e72
Show file tree
Hide file tree
Showing 3 changed files with 1,145 additions and 2,899 deletions.
6 changes: 3 additions & 3 deletions lib/va_profile/models/gender_identity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class GenderIdentity < Base
CODES = %w[M F TM TF B N O].freeze
OPTIONS = {
'M' => 'Man',
'B' => 'Non-Binary',
'TM' => 'Transgender Man',
'TF' => 'Transgender Woman',
'B' => 'Non-binary',
'TM' => 'Transgender man',
'TF' => 'Transgender woman',
'F' => 'Woman',
'N' => 'Prefer not to answer',
'O' => 'A gender not listed here'
Expand Down
Loading

0 comments on commit fa42e72

Please sign in to comment.