[10.0.29.dev] Mention "Combien font" supprimée

This commit is contained in:
fredtempez 2019-10-15 19:36:20 +02:00
parent 355ddf2169
commit b0fef81518
1 changed files with 1 additions and 1 deletions

View File

@ -2780,7 +2780,7 @@ class template {
// Début du wrapper
$html = '<div id="' . $attributes['id'] . 'Wrapper" class="inputWrapper ' . $attributes['classWrapper'] . '">';
// Label
$html .= self::label($attributes['id'], 'Combien font ' . $firstNumber . ' + ' . $secondNumber . ' ?', [
$html .= self::label($attributes['id'], $firstNumber . ' + ' . $secondNumber . ' = ?', [
'help' => $attributes['help']
]);
// Notice