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 Aug 6, 2024
1 parent e97cf4e commit 0a606c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const PluginInner = (propsFromParent: EnrollmentOverviewProps) => {
if (isErrorTei || isErrorEvents) {
return (
<GenericError
errorMessage={i18n.t('Failed to load data. Please check that you have selected the correct program stage ID in the configuration.')}
errorMessage={i18n.t('Failed to load data. Please check that you have selected the correct programStageId in the configuration.')}
/>
);
}
Expand Down

0 comments on commit 0a606c1

Please sign in to comment.