Changeset 17564 for main/waeup.kofa/trunk
- Timestamp:
- 30 Aug 2023, 06:24:19 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r17497 r17564 929 929 inst_name = grok.getSite()['configuration'].name 930 930 text = trans(_( 931 'This is to inform you that you have been provisionally '932 ' admitted into${a} as follows:', mapping = {'a': inst_name}),931 'This is to inform you that you have been provisionally admitted into' 932 ' ${a} as follows:', mapping = {'a': inst_name}), 933 933 portal_language) 934 934 return text
Note: See TracChangeset for help on using the changeset viewer.