Skip to content

Commit

Permalink
Merge pull request #4258 from rpatterson/patch-1
Browse files Browse the repository at this point in the history
(Fix) Tracker error string typo
  • Loading branch information
HDVinnie authored Oct 21, 2024
2 parents 3b3f82e + ef15427 commit af6dc92
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 af6dc92

Please sign in to comment.