Skip to content

Commit

Permalink
avniproject/avni-webapp#1254 | use FEG.name instead of FEG.display
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Aug 28, 2024
1 parent b349e45 commit f9d1f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/openchs-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lodash": "4.17.21",
"moment": "2.29.4",
"native-base": "3.4.9",
"openchs-models": "1.32.7",
"openchs-models": "1.32.8",
"jshashes": "1.0.8",
"prop-types": "15.8.1",
"react": "18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class FormElementGroup extends AbstractComponent {
{formElements.length < 1 ? <View/> :
<Text
style={[Styles.formGroupLabel, this.props.group.styles, {paddingHorizontal: Distances.ScaledContainerHorizontalDistanceFromEdge}]}>
{this.I18n.t(this.props.group.display)}
{this.I18n.t(this.props.group.name)}
</Text>
}
{
Expand Down

0 comments on commit f9d1f40

Please sign in to comment.