diff --git a/modules/bnporc/backend.py b/modules/bnporc/backend.py index db993fd1..8269aac9 100644 --- a/modules/bnporc/backend.py +++ b/modules/bnporc/backend.py @@ -47,7 +47,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages): label='Password to set when the allowed uses are exhausted (6 digits)', regexp='^(\d{6}|)$'), Value('website', label='Website to use', default='pp', - choices={'pp': 'Particuliers/Profesionnels', 'ent': 'Entreprises'})) + choices={'pp': 'Particuliers/Professionnels', 'ent': 'Entreprises'})) STORAGE = {'seen': []} # Store the messages *list* for this duration