Skip to content

Commit

Permalink
Merge pull request #128 from M3nin0/feature/geo-focus
Browse files Browse the repository at this point in the history
form: update default engagement priority field name
  • Loading branch information
M3nin0 authored Nov 13, 2024
2 parents 9a63fc6 + 0f791d6 commit c467b70
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ EngagementPriorityField.propTypes = {

EngagementPriorityField.defaultProps = {
fieldPath: 'metadata.engagement_priorities',
label: i18next.t('Engagement Priorities'),
label: i18next.t('GEO Theme'),
labelIcon: 'flag',
multiple: true,
clearable: true,
required: true,
placeholder: i18next.t('Search for Engagement Priorities'),
placeholder: i18next.t('Search for a GEO Theme'),
noQueryMessage: i18next.t(
'Start typing to search for an engagement priority'
'Start typing to search for a GEO Theme (e.g., engagement priorities, thematic areas)'
),
};

0 comments on commit c467b70

Please sign in to comment.