Ignore:
Timestamp:
11 Sep 2023, 05:46:16 (13 months ago)
Author:
Henrik Bettermann
Message:

Change text.

File:
1 edited

Legend:

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

    r17501 r17576  
    476476        if mode and mode.startswith('ug'):
    477477            text = trans(_(
    478                 'With reference to your application for admission into Bachelor Degree '
    479                 'Programme of the University of Ibadan, this is to inform you that you have '
    480                 'been provisionally admitted to pursue a full-time Bachelor of Arts in '
    481                 'Education Degree Programme as follows:'),
     478                'With reference to your application for admission into '
     479                'Bachelor Degree Programme of the University of Ibadan, '
     480                'you have been provisionally admitted to a full-time '
     481                'Bachelor of Arts in Education Degree Programme as follows: '),
    482482                portal_language)
    483483        else:
    484484            inst_name = grok.getSite()['configuration'].name
    485485            text = trans(_(
    486                 'This is to inform you that you have been provisionally\n'
    487                 'admitted into ${a}\n'
    488                 'as follows:', mapping = {'a': inst_name}),
     486                'You have been provisionally admitted into Federal College '
     487                'of Education Okene as follows: '
     488                'as follows:'),
    489489                portal_language)
    490490        return text
Note: See TracChangeset for help on using the changeset viewer.