better description and field labels for french banks

This commit is contained in:
Romain Bignon 2013-12-14 18:22:31 +01:00
commit c1f8c08196
29 changed files with 106 additions and 105 deletions

View file

@ -34,17 +34,17 @@ class FortuneoBackend(BaseBackend, ICapBank):
EMAIL = 'gilles.quenot@gmail.com'
VERSION = '0.h'
LICENSE = 'AGPLv3+'
DESCRIPTION = u'Fortuneo French bank website'
DESCRIPTION = u'Fortuneo'
CONFIG = BackendConfig(
ValueBackendPassword(
'login',
label='Account ID',
label='Identifiant',
masked=False,
required=True
),
ValueBackendPassword(
'password',
label='Password',
label='Mot de passe',
required=True
)
)