~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specificationsubscription.py

  • Committer: Ian Booth
  • Date: 2011-12-15 02:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 14519.
  • Revision ID: ian.booth@canonical.com-20111215024110-sjrca6h7hbj3z1ov
Fix vocab typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        title=_('ID'), required=True, readonly=True)
41
41
    person = PersonChoice(
42
42
            title=_('Subscriber'), required=True,
43
 
            vocabulary='ValidPerson', readonly=True,
 
43
            vocabulary='ValidPersonOrTeam', readonly=True,
44
44
            description=_(
45
45
            'The person you would like to subscribe to this blueprint. '
46
46
            'They will be notified of the subscription by e-mail.')