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

@ -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