This commit is contained in:
Steffen Jost 2019-06-06 10:27:47 +02:00
parent 1cc314b653
commit 04e37a9ae7
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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'}