@@ -107,7 +107,7 @@ |
||
| 107 | 107 | { |
| 108 | 108 | foreach ($frame->getChildren() as $child) { |
| 109 | 109 | if ($child instanceof Label && $child->getTranslate()) { |
| 110 | - $textId = 'exp_' . md5($child->getTextId()); |
|
| 110 | + $textId = 'exp_'.md5($child->getTextId()); |
|
| 111 | 111 | $translations[$textId] = $this->translationHelper->getTranslations($child->getTextId(), []); |
| 112 | 112 | |
| 113 | 113 | // Replaces with text id that can be used in the xml. |