Changeset 6205


Ignore:
Timestamp:
27 May 2011, 08:35:48 (13 years ago)
Author:
Henrik Bettermann
Message:

Adjust field titles.

File:
1 edited

Legend:

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

    r6195 r6205  
    344344        )
    345345    lastname = schema.TextLine(
    346         title = u'Surname/Full Name',
     346        title = u'Last Name (Surname)',
    347347        required = False,
    348348        )
     
    353353    lga = schema.TextLine(
    354354        # XXX: should be choice
    355         title = u'State/LGA (confirmed by applicant)',
     355        title = u'State/LGA',
    356356        required = False,
    357357        )
     
    377377        )
    378378    confirm_passport = schema.Bool(
    379         title = u"Photograph confirmation box ticked",
     379        title = u"Passport picture confirmed",
    380380        default = False,
    381381        required = True,
Note: See TracChangeset for help on using the changeset viewer.