Skip to content
Snippets Groups Projects
Commit 11fb4aa8 authored by srosse's avatar srosse
Browse files

no-jira: wording

parent 7329e45a
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ coach.corrections.waiting=The submission is waiting to be reviewed ...@@ -36,7 +36,7 @@ coach.corrections.waiting=The submission is waiting to be reviewed
coach.document=Documents coach.document=Documents
coach.document.open.editor=Open editor coach.document.open.editor=Open editor
coach.documents.successfully.reviewed=Reviewed\! coach.documents.successfully.reviewed=Reviewed\!
coach.feedback.documents.desc=Uploaded documents are visible to the participatns as soon as you have either accepted the submission as is, or requested a revision coach.feedback.documents.desc=Uploaded documents are visible to the participants as soon as you have either accepted the submission as is, or requested a revision
coach.feedback.documents.title=Prepare feedback documents coach.feedback.documents.title=Prepare feedback documents
coach.need.revision.button=Needs revision coach.need.revision.button=Needs revision
coach.reviewed.button=Submission accepted coach.reviewed.button=Submission accepted
......
...@@ -812,10 +812,10 @@ public class RepositoryEntriesTest extends OlatJerseyTestCase { ...@@ -812,10 +812,10 @@ public class RepositoryEntriesTest extends OlatJerseyTestCase {
conn.shutdown(); conn.shutdown();
//check //check
List<Identity> participatns = repositoryService.getMembers(re, GroupRoles.participant.name()); List<Identity> participants = repositoryService.getMembers(re, GroupRoles.participant.name());
Assert.assertNotNull(participatns); Assert.assertNotNull(participants);
Assert.assertTrue(participatns.isEmpty()); Assert.assertTrue(participants.isEmpty());
Assert.assertFalse(participatns.contains(participant)); Assert.assertFalse(participants.contains(participant));
} }
private List<RepositoryEntryVO> parseRepoArray(InputStream body) { private List<RepositoryEntryVO> parseRepoArray(InputStream body) {
......
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