fix account link title (#8043)

This commit is contained in:
Serghei Mihai 2015-08-12 18:26:25 +02:00
parent 41c90e0a07
commit 6473132a6f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
% elif is_user_locally_logged_in:
% if not is_user_associated:
<li>
<a href="${urls['connection_url']}" title="Cliquer ici pour lier votre compte citoyen avec ${site_name}">Lier mon compte</a>
<a href="${urls['connection_url']}" title="Cliquer ici pour lier votre compte citoyen à votre compte lecteur">Lier mon compte</a>
</li>
% endif
% else: