Skip to content

Commit b78bb8b

Browse files
committedOct 27, 2020
Last optionals update
1 parent 227a798 commit b78bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/jobs/update_single_course_job.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def parse_organisation url, doc
8787
credits: creditVal,
8888
abbrev: "OPT",
8989
freeform_period: (type == :optional ?
90-
"Optional Units to Select from in #{planned}"
90+
"Options to Select from in #{planned}"
9191
: nil)
9292
},
9393
course_unit: {

0 commit comments

Comments
 (0)
Please sign in to comment.