forked from CGM_Public/pretix_original
Fix inconsistent naming of a scheme
This commit is contained in:
@@ -2049,7 +2049,7 @@ PERSON_NAME_SCHEMES = OrderedDict([
|
|||||||
'title': pgettext_lazy('person_name_sample', 'Dr'),
|
'title': pgettext_lazy('person_name_sample', 'Dr'),
|
||||||
'given_name': pgettext_lazy('person_name_sample', 'John'),
|
'given_name': pgettext_lazy('person_name_sample', 'John'),
|
||||||
'family_name': pgettext_lazy('person_name_sample', 'Doe'),
|
'family_name': pgettext_lazy('person_name_sample', 'Doe'),
|
||||||
'_scheme': 'title_salutation_given_family',
|
'_scheme': 'salutation_title_given_family',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user