fix: user-uploads.blade.php

- incorrect text for title attribute on personal releases
This commit is contained in:
HDVinnie
2023-06-03 00:20:41 -04:00
parent df8ca7bf4e
commit 46fc1dcb6b
@@ -173,9 +173,9 @@
</td>
<td class="user-uploads__personal-release">
@if ($torrent->personal_release === 1)
<i class="{{ config('other.font-awesome') }} fa-check text-green" title="Immune"></i>
<i class="{{ config('other.font-awesome') }} fa-check text-green" title="{{ __('torrent.personal-release') }}"></i>
@else
<i class="{{ config('other.font-awesome') }} fa-times text-red" title="Not immune"></i>
<i class="{{ config('other.font-awesome') }} fa-times text-red" title="{{ __('torrent.personal-release') }}"></i>
@endif
</td>
<td class="user-uploads__status">