Skip to content

Commit

Permalink
fix(shortname field): use correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Oct 25, 2023
1 parent 98ea170 commit d2b518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dataElements/form/fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function ShortNameField() {
label={i18n.t('{{fieldLabel}} (required)', {
fieldLabel: i18n.t('Short name'),
})}
name="name"
name="shortName"
helpText={i18n.t('Often used in reports where space is limited')}
/>
)
Expand Down

0 comments on commit d2b518f

Please sign in to comment.