Skip to content

Commit

Permalink
added punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mjaethers committed Nov 22, 2023
1 parent c4a9fe1 commit abb8d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ts/edit-course.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export function lectureEditor(lecture: Lecture): AlpineComponent {
},

deleteLecture() {
if (confirm("Do you really want to delete this lecture? This includes any recordings")) {
if (confirm("Do you really want to delete this lecture? This includes any recordings.")) {
DataStore.adminLectureList.delete(this.lectureData.courseId, [this.lectureData.lectureId]);
}

Expand Down

0 comments on commit abb8d62

Please sign in to comment.