Skip to content

Commit

Permalink
fix(exceptions): Tracker error string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson authored Oct 20, 2024
1 parent 3514c68 commit ef15427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/TrackerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TrackerException extends Exception
138 => 'You have reached a rate limit. You can only seed/leech a single torrent from upto :limit locations.',

// Error message about User Account
140 => 'Passkey does not esist! Please Re-download the .torrent',
140 => 'Passkey does not exist! Please Re-download the .torrent',
141 => 'Your account is not enabled! ( Current `:status` )',
142 => 'Your downloading privileges have been disabled! (Read the rules)',

Expand Down

0 comments on commit ef15427

Please sign in to comment.