Skip to content

Commit

Permalink
minor code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mkangia committed Jun 12, 2024
1 parent 70c1c56 commit 7b27292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/export/models/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ def _generate_schema_from_case_property_mapping(cls, domain, case_property_mappi
path=[PathNode(name=prop)],
label=prop,
last_occurrences={app_id: app_version},
case_property_group_name=case_group_name_for_property.get(prop, None)
case_property_group_name=case_group_name_for_property.get(prop)
))

for case_type, identifier in parent_types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h4>{{ terminology.choose_fields_label }}</h4>
{% trans "Property Group" %}
<span
data-bind="makeHqHelp: {
description: '{% trans "From case property groups on Data Dictionary" %}'
description: '{% trans "From case property groups in Data Dictionary" %}'
}"
></span>
</th>
Expand Down

0 comments on commit 7b27292

Please sign in to comment.