Minor renaming
This commit is contained in:
parent
460144df6a
commit
cb62d48f0e
@ -59,7 +59,8 @@ CourseHomepage: Homepage
|
|||||||
CourseShorthand: Kürzel
|
CourseShorthand: Kürzel
|
||||||
CourseShorthandUnique: Muss innerhalb des Semesters eindeutig sein
|
CourseShorthandUnique: Muss innerhalb des Semesters eindeutig sein
|
||||||
CourseSemester: Semester
|
CourseSemester: Semester
|
||||||
CourseSchool: Fachbereich
|
CourseSchool: Institut
|
||||||
|
CourseSchoolShort: Fach
|
||||||
CourseSecretTip: Anmeldung zum Kurs erfordert Eingabe des Passworts, sofern gesetzt
|
CourseSecretTip: Anmeldung zum Kurs erfordert Eingabe des Passworts, sofern gesetzt
|
||||||
CourseRegisterFromTip: Ohne Datum ist keine Anmeldung möglich
|
CourseRegisterFromTip: Ohne Datum ist keine Anmeldung möglich
|
||||||
CourseRegisterToTip: Anmeldung darf auch ohne Begrenzung möglich sein
|
CourseRegisterToTip: Anmeldung darf auch ohne Begrenzung möglich sein
|
||||||
|
|||||||
@ -84,7 +84,7 @@ colSchool = sortable (Just "school") (i18nCell MsgCourseSchool)
|
|||||||
cell [whamlet|#{display schoolName}|]
|
cell [whamlet|#{display schoolName}|]
|
||||||
|
|
||||||
colSchoolShort :: IsDBTable m a => Colonnade _ CourseTableData (DBCell m a)
|
colSchoolShort :: IsDBTable m a => Colonnade _ CourseTableData (DBCell m a)
|
||||||
colSchoolShort = sortable (Just "schoolshort") (i18nCell MsgCourseSchool)
|
colSchoolShort = sortable (Just "schoolshort") (i18nCell MsgCourseSchoolShort)
|
||||||
$ \DBRow{ dbrOutput=(_, _, _, Entity _ School{..}) } ->
|
$ \DBRow{ dbrOutput=(_, _, _, Entity _ School{..}) } ->
|
||||||
cell [whamlet|#{display schoolShorthand}|]
|
cell [whamlet|#{display schoolShorthand}|]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user