custom_settings: modify account_label (fixes #19545)

This commit is contained in:
Benjamin Dauvergne 2017-10-19 12:25:03 +02:00
parent 8b981a27c8
commit b468ba1c02
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ TEMPLATE_VARS = {
"help_url": u"http://doc-publik.entrouvert.com",
'theme_base': 'theme.html',
'theme_base_filename': 'theme.html',
"account_label": "Compte Unique du Territoire",
"account_label": "compte GRANDLYON CONNECT",
}
if PLATFORM == 'dev':
TEMPLATE_VARS.update({