Skip to content

Commit

Permalink
fix: Alterations after review
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinstava committed Sep 20, 2024
1 parent 266a385 commit 1decbfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-07-31T11:25:42.922Z\n"
"PO-Revision-Date: 2024-07-31T11:25:42.922Z\n"
"POT-Creation-Date: 2024-09-20T08:45:15.376Z\n"
"PO-Revision-Date: 2024-09-20T08:45:15.376Z\n"

msgid ""
"Failed to load data. Please check that you have selected the correct "
"program stage ID in the configuration."
"programStageId in the configuration."
msgstr ""
"Failed to load data. Please check that you have selected the correct "
"program stage ID in the configuration."
"programStageId in the configuration."

msgid "Growth Chart"
msgstr "Growth Chart"
Expand All @@ -38,6 +38,13 @@ msgstr "The default indicator"
msgid "is not a valid. Please select a valid indicator in the configuration"
msgstr "is not a valid. Please select a valid indicator in the configuration"

msgid ""
"There was an error fetching the tracked entity for the growth chart. Please "
"check the configuration in Datastore Management and try again."
msgstr ""
"There was an error fetching the tracked entity for the growth chart. Please "
"check the configuration in Datastore Management and try again."

msgid "Print"
msgstr "Print"

Expand Down
6 changes: 3 additions & 3 deletions src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const PluginInner = (propsFromParent: EnrollmentOverviewProps) => {
} = useCustomReferences();

const {
teiId = 'oJGqqqazdje',
programId = 'Ewe20zBQxw4',
orgUnitId = 'RaTwtPm4gBX',
teiId,
programId,
orgUnitId,
} = propsFromParent;

const {
Expand Down

0 comments on commit 1decbfd

Please sign in to comment.