better description and field labels for french banks
This commit is contained in:
parent
a6df6c0f61
commit
c1f8c08196
29 changed files with 106 additions and 105 deletions
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue