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
|
|
@ -35,8 +35,8 @@ class BanqueAccordBackend(BaseBackend, ICapBank):
|
|||
EMAIL = 'romain@weboob.org'
|
||||
LICENSE = 'AGPLv3+'
|
||||
VERSION = '0.h'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False),
|
||||
ValueBackendPassword('password', label='Password', regexp='\d+'))
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', regexp='\d+', masked=False),
|
||||
ValueBackendPassword('password', label=u"Code d'accès", regexp='\d+'))
|
||||
|
||||
BROWSER = BanqueAccordBrowser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue