Skip to content
Snippets Groups Projects
Commit 7f529cdd authored by uhensler's avatar uhensler
Browse files

OO-5155: Use right translation key

parent 19ff2cb4
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ public class CORunController extends BasicController {
private ContactList retrieveCoachesFromCourse() {
List<Identity> coaches = cgm.getCoaches();
List<Identity> curriculumCoaches = cgm.getCoachesFromCurriculumElements();
ContactList cl = new ContactList(translate("form.message.chckbx.partips"));
ContactList cl = new ContactList(translate("form.message.chckbx.coaches"));
cl.addAllIdentites(coaches);
cl.addAllIdentites(curriculumCoaches);
return cl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment