diff options
| author | 2013-11-28 15:40:14 +0100 | |
|---|---|---|
| committer | 2013-11-28 15:40:14 +0100 | |
| commit | e6bc54d21c5573cf783cee25768677aa316bbcd9 (patch) | |
| tree | d22117247dbf0f0c04175a5c7f28086a125bad26 | |
| parent | 7d475297ce664eaa314ac401f03732b032791b65 (diff) | |
Corrige petit soucis de copié-collé HTML
| -rw-r--r-- | app/views/configure/sharing.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml index 38abf9ad4..855b8536e 100644 --- a/app/views/configure/sharing.phtml +++ b/app/views/configure/sharing.phtml @@ -39,7 +39,7 @@ </div> <div class="form-group"> - <label class="group-name" for="mail_login"><?php echo Translate::t ('activate_sharing'); ?></label> + <label class="group-name"><?php echo Translate::t ('activate_sharing'); ?></label> <div class="group-controls"> <?php $services = array ('twitter', 'g+', 'facebook', 'email'); |
