Skip to content

Commit

Permalink
Last optionals update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Oct 27, 2020
1 parent 227a798 commit b78bb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/update_single_course_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def parse_organisation url, doc
credits: creditVal,
abbrev: "OPT",
freeform_period: (type == :optional ?
"Optional Units to Select from in #{planned}"
"Options to Select from in #{planned}"
: nil)
},
course_unit: {
Expand Down

0 comments on commit b78bb8b

Please sign in to comment.