Fix inconsistent naming of a scheme

This commit is contained in:
Raphael Michel
2020-10-29 17:47:53 +01:00
parent 73e0937d80
commit 1fe4d1a8ca

View File

@@ -2049,7 +2049,7 @@ PERSON_NAME_SCHEMES = OrderedDict([
'title': pgettext_lazy('person_name_sample', 'Dr'),
'given_name': pgettext_lazy('person_name_sample', 'John'),
'family_name': pgettext_lazy('person_name_sample', 'Doe'),
'_scheme': 'title_salutation_given_family',
'_scheme': 'salutation_title_given_family',
},
}),
])