Skip to content

Commit

Permalink
Fixed localisation draft in campaigndetails page
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov committed Nov 12, 2024
1 parent 8b05d47 commit 07160a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const fetchDataAndSetParams = ( state, setParams, campaignObject, planOb
},
campaignType: {
code: campaignObject?.projectType,
i18nKey: `CAMPAIGN_TYPE_${campaignObject?.projectType}`,
i18nKey: Digit.Utils.locale.getTransformedLocale(`CAMPAIGN_TYPE_${campaignObject?.projectType}`),
},
},
};
Expand Down

0 comments on commit 07160a3

Please sign in to comment.