fix typo in label (ProfesSionnels)
This commit is contained in:
parent
2910b55c69
commit
ba8991e625
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages):
|
||||||
label='Password to set when the allowed uses are exhausted (6 digits)',
|
label='Password to set when the allowed uses are exhausted (6 digits)',
|
||||||
regexp='^(\d{6}|)$'),
|
regexp='^(\d{6}|)$'),
|
||||||
Value('website', label='Website to use', default='pp',
|
Value('website', label='Website to use', default='pp',
|
||||||
choices={'pp': 'Particuliers/Profesionnels', 'ent': 'Entreprises'}))
|
choices={'pp': 'Particuliers/Professionnels', 'ent': 'Entreprises'}))
|
||||||
STORAGE = {'seen': []}
|
STORAGE = {'seen': []}
|
||||||
|
|
||||||
# Store the messages *list* for this duration
|
# Store the messages *list* for this duration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue