Skip to content

Commit

Permalink
Merge pull request #3450 from Roardom/fix-hide-advanced-search-text
Browse files Browse the repository at this point in the history
(Fix) Hide advanced search text
  • Loading branch information
HDVinnie committed Jan 31, 2024
2 parents 9ec9536 + 3bc4ab4 commit bdeb02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/torrent-search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<button
class="form__button form__button--outlined form__button--centered"
x-on:click="toggle"
x-text="open ? '{{ __('common.search-hide') }}' : '{{ __('common.search-advanced') }}'"
x-text="isToggledOn() ? '{{ __('common.search-hide') }}' : '{{ __('common.search-advanced') }}'"
></button>
</div>
</div>
Expand Down

0 comments on commit bdeb02e

Please sign in to comment.