Skip to content

Commit

Permalink
Fixed program name #2950
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 11, 2023
1 parent 73bf79b commit 1bb2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/releases/3.0/configureNewProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ var outcomes = [
}

];
let programName = "National Heritage Trust";
let programName = "Natural Heritage Trust";
var program = createOrFindProgram(programName);
program.acronym = "NHT";
program.config = config;
Expand Down

0 comments on commit 1bb2ddf

Please sign in to comment.