mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-28 11:27:33 +08:00
admin add torrents
This commit is contained in:
@@ -69,8 +69,8 @@ return [
|
||||
'comment_label' => 'Comment(optional)',
|
||||
'status_text' => [
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NONE => 'Not reviewed',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_ALLOW => 'Review approved',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_DENY => 'Review not approved',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_ALLOW => 'Approved',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_DENY => 'Not approved',
|
||||
],
|
||||
'deny_comment_show' => 'Denied, reason: :reason',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user