Fixes #397
This commit is contained in:
parent
1cc314b653
commit
04e37a9ae7
@ -439,6 +439,8 @@ AccessibleSince: Verfügbar seit
|
||||
|
||||
|
||||
Corrected: Korrigiert
|
||||
CorrectionAchievedPoints: Erzielte Punkte
|
||||
CorrectionAchievedPass: Bestanden
|
||||
FileCorrected: Korrigiert (Dateien)
|
||||
FileCorrectedDeleted: Korrigiert (gelöscht)
|
||||
RatingUpdated: Korrektur gespeichert
|
||||
|
||||
@ -15,11 +15,11 @@ $# --
|
||||
<th>
|
||||
$# empty cell for row headers
|
||||
$maybe _ <- hasMarkedPasses
|
||||
<th .table__th colspan=2>_{MsgCorrected}
|
||||
<th .table__th colspan=2>_{MsgCorrectionAchievedPass}
|
||||
$maybe _ <- hasPasses
|
||||
<th .table__th>_{MsgSheetGradingPassing'}
|
||||
$maybe _ <- hasMarkedPoints
|
||||
<th .table__th colspan=2>_{MsgCorrected}
|
||||
<th .table__th colspan=2>_{MsgCorrectionAchievedPoints}
|
||||
$maybe _ <- hasPoints
|
||||
<th .table__th>_{MsgSheetGradingPoints'}
|
||||
<th .table__th>_{MsgSheetGradingCount'}
|
||||
|
||||
Reference in New Issue
Block a user