Browse Source

template from correction

kevin tessier 5 years ago
parent
commit
301b4e2f9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user/themes/lecampus/templates/forms/fields/radio/radio.html.twig

+ 1 - 1
user/themes/lecampus/templates/forms/fields/radio/radio.html.twig

@@ -19,7 +19,7 @@
                    {% if required %}required="required"{% endif %}
             />
             <i class="form-icon"></i>
-            {{ key|t|raw }}
+            {{ text|t }}
             </label>
         </div>
     {% endfor %}