Ignore:
Timestamp:
1 Nov 2015, 04:54:38 (9 years ago)
Author:
Henrik Bettermann
Message:

Use message id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt

    r13366 r13370  
    3737
    3838  <tal:admitted condition="view/admitted">
    39     <p i18n:translate="">
     39    <p i18n:translate="app_admitted">
    4040      <strong>Congratulations!</strong> You have been offered provisional
    4141      admission into the <span  i18n:name="entry_session" tal:replace="view/entry_session"></span>
     
    6868  <tal:created condition="view/created">
    6969    <br />
    70     <p i18n:translate="">
     70    <p i18n:translate="appl_created">
    7171      Your student record has already been created for you. Your new
    7272      user name (= student id) is: <strong><span  i18n:name="student_id"
    7373      tal:replace="view/student_id">STUDENT_ID</span></strong>.
    74       Your initial password is: <strong><span  i18n:name="password"
     74      Your initial password is: <strong><span  i18n:name="appl_number"
    7575      tal:replace="view/password">PASSWORD</span></strong>.
    7676      Please proceed to the <a  i18n:name="login_url"
Note: See TracChangeset for help on using the changeset viewer.