Skip to content

Commit

Permalink
update honorific/prefix values
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Feb 24, 2021
1 parent 7d721f6 commit 8a45ae8
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ common/true-false:

# WARNING: Reference to these path is hardcoded into component dialogs
honorific/prefix:
prefixes:
- dr
- lady
- miss
- mr
- mrs
- ms
- sir
contents:
- dr: { title: "Dr", value: "dr" }
- lady: { title: "Lady", value: "Lady" }
- miss: { title: "Miss", value: "Miss" }
- mr: { title: "Mr", value: "Mr" }
- mrs: { title: "Mrs", value: "Mrs" }
- ms: { title: "Ms", value: "Ms" }
- sir: { title: "Sir", value: "Sir" }
valueFormat: '%%prefix%%'
title: '%%prefix_normalised%%'

Expand Down

0 comments on commit 8a45ae8

Please sign in to comment.