Skip to content

Commit

Permalink
Merge pull request #4593 from kobotoolbox/fix-incorrect-metadata-labels
Browse files Browse the repository at this point in the history
Fix incorrect labels in static project metadata list
  • Loading branch information
jnm committed Aug 17, 2023
2 parents 95c5afd + 3643954 commit 186e68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kobo/static_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
PROJECT_METADATA_DEFAULT_LABELS = {
'sector': t('Sector'),
'country': t('Country'),
'operational_purpose': t('Operational purpose'),
'collects_ppi': t('Collects PPI'),
'operational_purpose': t('Operational purpose of data'),
'collects_pii': t('Does this project collect personally identifiable information?'),
'description': t('Description'),
}

Expand Down

0 comments on commit 186e68f

Please sign in to comment.