File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ public function addToFormContainer(Container $container): void
103
103
104
104
$ control ->setAttribute ('id ' , $ lookupPath . self ::ID_ATTRIBUTE_PREFIX . $ id )
105
105
->addConditionOn ($ groupActionSelect , Form::EQUAL , $ id )
106
- ->setRequired ($ translator -> translate ( 'ublaboo_datagrid.choose_input_required ' ) )
106
+ ->setRequired ('ublaboo_datagrid.choose_input_required ' )
107
107
->endCondition ();
108
108
109
109
} elseif ($ action instanceof GroupTextareaAction) {
110
110
$ control = $ container ->addTextArea ((string ) $ id , '' );
111
111
112
112
$ control ->setAttribute ('id ' , $ lookupPath . self ::ID_ATTRIBUTE_PREFIX . $ id )
113
113
->addConditionOn ($ groupActionSelect , Form::EQUAL , $ id )
114
- ->setRequired ($ translator -> translate ( 'ublaboo_datagrid.choose_input_required ' ) );
114
+ ->setRequired ('ublaboo_datagrid.choose_input_required ' );
115
115
}
116
116
117
117
if (isset ($ control )) {
You can’t perform that action at this time.
0 commit comments