complément avec les textes des boutons absents du template

This commit is contained in:
Fred Tempez 2022-09-19 10:17:49 +02:00
parent 98503c649c
commit 6e342449f6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class template {
'help' => '' 'help' => ''
], $attributes); ], $attributes);
// Traduction de l'aide et de l'étiquette // Traduction de l'aide et de l'étiquette
//$attributes['value'] = helper::translate($attributes['value']); $attributes['value'] = helper::translate($attributes['value']);
$attributes['help'] = helper::translate($attributes['help']); $attributes['help'] = helper::translate($attributes['help']);
// Retourne le html // Retourne le html
return sprintf( return sprintf(