mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 14:09:31 -06:00
add: Wished checkmark to torrent search page
- also adds lang
This commit is contained in:
@@ -35,6 +35,7 @@ return [
|
||||
'author' => 'Author',
|
||||
'balance' => 'Balance',
|
||||
'blacklist' => 'Client Blacklist',
|
||||
'bookmarked' => 'Bookmarked',
|
||||
'buffer' => 'Buffer',
|
||||
'bug' => 'Report a Bug',
|
||||
'but' => 'But',
|
||||
@@ -223,6 +224,7 @@ return [
|
||||
'view' => 'View',
|
||||
'view-all' => 'View All',
|
||||
'warnings' => 'Warnings',
|
||||
'wished' => 'Wished',
|
||||
'year' => 'Year',
|
||||
'yes' => 'Yes',
|
||||
'your' => 'Your',
|
||||
|
||||
@@ -372,7 +372,18 @@
|
||||
value="1"
|
||||
wire:model="bookmarked"
|
||||
>
|
||||
Bookmarked
|
||||
{{ __('common.bookmarked') }}
|
||||
</label>
|
||||
</p>
|
||||
<p class="form__group">
|
||||
<label class="form__label">
|
||||
<input
|
||||
class="form__checkbox"
|
||||
type="checkbox"
|
||||
value="1"
|
||||
wire:model="wished"
|
||||
>
|
||||
{{ __('common.wished') }}
|
||||
</label>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user