@undp/carbon-library 1.0.135-CARBON-343.2 → 1.0.135-CARBON-343.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -334,7 +334,7 @@ var getGeneralFields = function (programme, system) {
334
334
  title: programme.title,
335
335
  serialNo: programme.serialNo,
336
336
  currentStatus: programme.currentStage,
337
- applicationType: "Programme Developer",
337
+ applicationType: "Project Developer",
338
338
  sector: programme.sector,
339
339
  sectoralScope: Object.keys(exports.SectoralScope)[Object.values(exports.SectoralScope).indexOf(programme.sectoralScope)],
340
340
  startDate: luxon.DateTime.fromSeconds(Number(programme.startTime)),