diff --git a/templates/web/renater/complete_challenge.tt2.html b/templates/web/renater/complete_challenge.tt2.html
index 9650ad0453c205b44256a45013697c977efb424e..880e67505dbe1b915cbd3a8c2092405fc5876d03 100644
--- a/templates/web/renater/complete_challenge.tt2.html
+++ b/templates/web/renater/complete_challenge.tt2.html
@@ -27,7 +27,8 @@
 [% FOREACH profile IN profiles %]
     [% template = profile _ '.tt2' %]
     [% PROCESS $template scope=account.scope() id=account.id() | trim %]
-            <input type="checkbox" name="profiles" value="[% profile %]" checked/>[% profile %]: [% description.${lh.language_tag()} %]<br>
+            <input type="checkbox" id="[% profile %]" name="profiles" value="[% profile %]" checked/>
+            <label for="[% profile %]">[% profile %] <span class="fa fa-question-circle" title="[% description.${lh.language_tag()} %]"></span></label>
 [% END %]
 
         </fieldset>