We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba36db commit add0399Copy full SHA for add0399
inc/field/textareafield.class.php
@@ -256,7 +256,7 @@ public function getHtmlIcon(): string {
256
public function getTranslatableStrings()
257
{
258
$strings = parent::getTranslatableStrings();
259
- $strings['string'] = array_merge($strings['string'], array_values($this->getAvailableValues()));
+ $strings['string'][] = $this->question->fields['default_values'];
260
return $strings;
261
}
262
0 commit comments