Skip to content

Commit e97d3fb

Browse files
committed
fix(form): untranslated description
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent af83987 commit e97d3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ public function showFormList(int $rootCategory = 0, string $keywords = '', bool
995995
'icon' => $form['icon'],
996996
'icon_color' => $form['icon_color'],
997997
'background_color' => $form['background_color'],
998-
'description' => $form['description'],
998+
'description' => __($form['description'], $domain),
999999
'type' => 'form',
10001000
'usage_count' => $form['usage_count'],
10011001
'is_default' => $form['is_default'] ? "true" : "false"

0 commit comments

Comments
 (0)