diff --git a/inc/formanswer.class.php b/inc/formanswer.class.php index b1c3baaff..745443e6e 100644 --- a/inc/formanswer.class.php +++ b/inc/formanswer.class.php @@ -1325,7 +1325,7 @@ public function parseTags(string $content, PluginFormcreatorTargetInterface $tar $name = ''; $value = ''; if (PluginFormcreatorFields::isVisible($question, $this->questionFields)) { - $name = $question->fields['name']; + $name = __($question->fields['name'], $domain); $value = $this->questionFields[$questionId]->getValueForTargetText($domain, $richText); }