Changeset 17079


Ignore:
Timestamp:
27 Aug 2022, 10:33:17 (2 years ago)
Author:
Henrik Bettermann
Message:

Fix file upload label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/viewlets.py

    r17076 r17079  
    107107    """
    108108    grok.order(22)
    109     label = _(u'Hostel Form')
     109    label = _(u'Hostel Form (for those in hostel only)')
    110110    title = _(u'Hostel Form Scan')
    111111    download_name = u'hostel'
     
    163163    """
    164164    grok.order(24)
    165     label = _(u'Letter of Sponsorship (for those in hostel)')
     165    label = _(u'Letter of Sponsorship')
    166166    title = _(u'Letter of Sponsorship Scan')
    167167    download_name = u'sponsor'
Note: See TracChangeset for help on using the changeset viewer.