diff --git a/src/components/Assignments/Assignment/AssignmentsTable/AssignmentsTable.js b/src/components/Assignments/Assignment/AssignmentsTable/AssignmentsTable.js index 223cbff16..ebe9534a3 100644 --- a/src/components/Assignments/Assignment/AssignmentsTable/AssignmentsTable.js +++ b/src/components/Assignments/Assignment/AssignmentsTable/AssignmentsTable.js @@ -163,7 +163,7 @@ class AssignmentsTable extends Component { {this.state.showAll ? ( ( @@ -176,7 +176,7 @@ class AssignmentsTable extends Component { ) : ( ( diff --git a/src/locales/en.json b/src/locales/en.json index 8e87e5b9f..7db5cfc69 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -139,13 +139,13 @@ "app.assignments.deadline": "Deadline", "app.assignments.discussionModalTitle": "Public Discussion", "app.assignments.group": "Assigned in group", - "app.assignments.hidePastAssignments": "Total {count} {count, plural, one {assignment} other {assignments}} {count, plural, one {has} other {have}} pass the deadline. Hide old assignments.", + "app.assignments.hidePastAssignments": "Total {count} {count, plural, one {assignment} other {assignments}} of which the {count, plural, one {deadline has} other {deadlines have}} passed. Hide old assignments.", "app.assignments.maxPoints": "Max. Points", "app.assignments.maxPointsShort": "Max. points", "app.assignments.name": "Assignment name", "app.assignments.points": "Points", "app.assignments.secondDeadline": "Second deadline", - "app.assignments.showHiddenPastAssignments": "There are {count} hidden {count, plural, one {assignment} other {assignments}} which {count, plural, one {has} other {have}} pass the deadline. Show all.", + "app.assignments.showHiddenPastAssignments": "There {count, plural, one {is} other {are}} {count} hidden {count, plural, one {assignment} other {assignments}} of which the {count, plural, one {deadline has} other {deadlines have}} passed. Show all.", "app.assignmentsTable.noAssignments": "There are no assignments yet.", "app.assignmentsTable.noAssignmentsInAnyGroup": "This exercise has no assigments in any of the groups you can see.", "app.assignmentsTableRow.loading": "Loading assignments...",