Ignore:
Timestamp:
17 Oct 2014, 20:40:01 (10 years ago)
Author:
Henrik Bettermann
Message:

Change field title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py

    r11847 r11848  
    135135        )
    136136    olevel_pin = schema.TextLine(
    137         title = _(u'PIN'),
    138         required = False,
    139         readonly = False,
    140         )
    141     olevel_pin_serial_number = schema.TextLine(
     137        title = _(u'Result Checking PIN'),
     138        required = False,
     139        readonly = False,
     140        )
     141    olevel_pin_serial = schema.TextLine(
    142142        title = _(u'PIN Serial Number'),
    143143        required = False,
     
    174174        )
    175175    olevel_pin2 = schema.TextLine(
    176         title = _(u'2nd PIN'),
    177         required = False,
    178         readonly = False,
    179         )
    180     olevel_pin_serial_number2 = schema.TextLine(
     176        title = _(u'2nd Result Checking PIN'),
     177        required = False,
     178        readonly = False,
     179        )
     180    olevel_pin_serial2 = schema.TextLine(
    181181        title = _(u'2nd PIN Serial Number'),
    182182        required = False,
Note: See TracChangeset for help on using the changeset viewer.