mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update torrent forms
This commit is contained in:
parent
f8e7bd8c44
commit
daf8c63c51
5 changed files with 54 additions and 51 deletions
|
|
@ -789,8 +789,7 @@ class TorrentController extends AbstractController
|
|||
'error' => [],
|
||||
'attribute' =>
|
||||
[
|
||||
'value' => $request->get('locales') ? $request->get('locales') : $torrentLocalesCurrent['value'],
|
||||
'placeholder' => $translator->trans('Content language')
|
||||
'value' => $request->get('locales') ? $request->get('locales') : $torrentLocalesCurrent['value'],
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -1143,8 +1142,7 @@ class TorrentController extends AbstractController
|
|||
'error' => [],
|
||||
'attribute' =>
|
||||
[
|
||||
'value' => $torrentSensitiveCurrent['value'],
|
||||
'placeholder' => $translator->trans('Apply sensitive filters to publication')
|
||||
'value' => $torrentSensitiveCurrent['value'],
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue