Describe the bug
After setting up a LTI course, the moodle rendered frame shows the course, but misses the translation for number of students in the summary card
To Reproduce
- Set up a LTI enabled course in Artemis
- Set up moodle
- Follow the setup guide
Expected behavior
See a translation
Screenshots
Which version of Artemis are you seeing the problem on?
9.0.0
What browsers are you seeing the problem on?
Chrome
Additional context
Seems to be missing only here LTI course card.
|
<strong><span jhiTranslate="artemisApp.course.delete.summary.numberStudents"></span>:</strong> {{ course().numberOfStudents ?? 0 }} |
Relevant log output
Describe the bug
After setting up a LTI course, the moodle rendered frame shows the course, but misses the translation for number of students in the summary card
To Reproduce
Expected behavior
See a translation
Screenshots
Which version of Artemis are you seeing the problem on?
9.0.0
What browsers are you seeing the problem on?
Chrome
Additional context
Seems to be missing only here LTI course card.
Artemis/src/main/webapp/app/lti/manage/lti-course-card/lti-course-card.component.html
Line 31 in 988e40b
Relevant log output