Skip to content

Commit

Permalink
change degree to programme in markdown export (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: dinith1 <Dinith1@users.noreply.github.com>
  • Loading branch information
Dinith1 and Dinith1 authored Feb 9, 2021
1 parent bd04200 commit 7bb8b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Plan/JsonCustomConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ json2md.converters.student = (input) => {
};

json2md.converters.programmeDegree = (input) => {
return `## Degree: ${input}`;
return `## Programme: ${input}`;
};

json2md.converters.notes = () => {
Expand Down

0 comments on commit 7bb8b95

Please sign in to comment.