Changeset 18094


Ignore:
Timestamp:
27 Jun 2025, 11:29:11 (3 hours ago)
Author:
Henrik Bettermann
Message:

Change column title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r18093 r18094  
    784784        contextdata.append([f_label,f_text])
    785785
    786         f_label = trans(_('Final Verdict:'), portal_language)
     786        f_label = trans(_('Class of Degree:'), portal_language)
    787787        f_label = Paragraph(f_label, ENTRY1_STYLE)
    788788        f_text = formatted_text(view.studymode_dict.get(
Note: See TracChangeset for help on using the changeset viewer.