Ignore:
Timestamp:
11 Aug 2020, 12:04:02 (4 years ago)
Author:
Henrik Bettermann
Message:

Fix typo.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r16187 r16194  
    907907        comment = data['officer_comment']
    908908        data['officer_comment'] = translate(
    909             _('Temporarily cleared by ${a}. Officers comment:\n${b}',
     909            _('Temporarily cleared by ${a}. Officer\'s comment:\n${b}',
    910910            mapping = {'a':usertitle, 'b':comment}))
    911911        self.applyData(self.context, **data)
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py

    r16187 r16194  
    17161716        # The comment has been stored ...
    17171717        self.assertEqual(self.student.officer_comment,
    1718             'Temporarily cleared by My Public Name. Officers comment:\n'
     1718            'Temporarily cleared by My Public Name. Officer\'s comment:\n'
    17191719            'Dear Student,\nYour birth cert is missing.')
    17201720        # ... and logged.
Note: See TracChangeset for help on using the changeset viewer.