|
@@ -32,8 +32,8 @@ |
|
|
block discarded – undo |
|
32
|
32
|
$menu->menu([ |
|
33
|
33
|
'text' => Str::upperCase($lang), |
|
34
|
34
|
'tab' => function() use ($form, $lang) { |
|
35
|
|
- return $form->fieldset()->text('title.' . $lang, null, __('Enter category title, visible for users')) . |
|
36
|
|
- $form->fieldset()->text('description.' . $lang, null, __('Enter category description')); |
|
|
35
|
+ return $form->fieldset()->text('title.'.$lang, null, __('Enter category title, visible for users')). |
|
|
36
|
+ $form->fieldset()->text('description.'.$lang, null, __('Enter category description')); |
|
37
|
37
|
}, |
|
38
|
38
|
'tabActive' => $lang === \App::$Request->getLanguage() |
|
39
|
39
|
]); |
Please login to merge, or discard this patch.