Skip to content

Commit

Permalink
fixed teacher email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
ollikehy committed Sep 14, 2021
1 parent 357a31e commit 04d4ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/util/pate.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ const emailReminderAboutSurveyOpeningToTeachers = (
subject: {
en: hasMultipleFeedbackTargets
? `The feedback for your courses are about to start`
: `Feedback for the course ${courseName.en} is about to start`,
: `Feedback for the course ${courseName} is about to start`,
fi: hasMultipleFeedbackTargets
? `Palautejakso opettamillesi kursseille on alkamassa`
: `Palautejakso opettamallesi kurssille ${courseName.fi} on alkamassa`,
: `Palautejakso opettamallesi kurssille ${courseName} on alkamassa`,
sv: '',
},
}
Expand Down

0 comments on commit 04d4ba7

Please sign in to comment.