Skip to content

Commit

Permalink
fix(de form fields): make text translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Oct 25, 2023
1 parent 3010601 commit 3d8b2b8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/pages/dataElements/form/DataElementFormFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,9 @@ export function DataElementFormFields() {
{i18n.t('Aggregation levels')}
</StandardFormSectionTitle>
<StandardFormSectionDescription>
By default, the aggregation will start at the lowest
assigned organisation unit. If you for example select
&quot;Chiefdom&quot;, it means that &quot;Chiefdom&quot;,
&quot;District&quot; and &quot;National&quot; aggregates use
&quot;Chiefdom&quot; (the highest aggregation level
available) as the data source, and PHU data will not be
included. PHU will still be available for the PHU level, but
not included in the aggregations to the levels above.
{i18n.t(
'By default, the aggregation will start at the lowest assigned organisation unit. If you for example select "Chiefdom", it means that "Chiefdom", "District" and "National" aggregates use "Chiefdom" (the highest aggregation level available) as the data source, and PHU data will not be included. PHU will still be available for the PHU level, but not included in the aggregations to the levels above.'
)}
</StandardFormSectionDescription>

<StandardFormField>
Expand Down

0 comments on commit 3d8b2b8

Please sign in to comment.