]> git.agnieray.net Git - galette.git/commitdiff
Forgotten translation in template; closes #1125
authorGuillaume AGNIERAY <guillaume@agnieray.net>
Thu, 10 Oct 2019 07:15:06 +0000 (09:15 +0200)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Tue, 15 Oct 2019 05:37:35 +0000 (07:37 +0200)
galette/templates/default/forms_types.tpl

index 6e6ae6f8ceff882d9ddf3ea55903d226e2802e87..a879f8e6748faaa5686d53b5f8b94d4f028c592c 100644 (file)
@@ -1,6 +1,6 @@
             {foreach item=fieldset from=$fieldsets}
             <fieldset class="galette_form">
-                <legend>{$fieldset->label}</legend>
+                <legend>{_T string=$fieldset->label}</legend>
                 <div>
                 {if !$self_adh and $fieldset@first && !isset($masschange)}
                     {include file="forms_types/picture.tpl"}