mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Correct minor spelling
This commit is contained in:
@@ -33,7 +33,7 @@ class AutoDisableInactiveUsers extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'User Account Must Be Atleast x Days Old & User Account x Days Of Inactivity To Be Disabled';
|
||||
protected $description = 'User account must be at least x days old & user account x days Of inactivity to be disabled';
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
|
||||
@@ -72,7 +72,7 @@ class AutoPreWarning extends Command
|
||||
$pm->receiver_id = $pre->user->id;
|
||||
$pm->subject = 'Hit and Run Warning Incoming';
|
||||
$pm->message = 'You have received a automated [b]PRE-WARNING PM[/b] from the system because [b]you have been disconnected for '.config('hitrun.prewarn')." days on Torrent {$pre->torrent->name}
|
||||
and have not yet met the required seedtime rules set by ".config('other.title').". If you fail to seed it within {$timeleft} day(s) you will recieve a automated WARNING which will last ".config('hitrun.expire').' days![/b]
|
||||
and have not yet met the required seedtime rules set by ".config('other.title').". If you fail to seed it within {$timeleft} day(s) you will receive a automated WARNING which will last ".config('hitrun.expire').' days![/b]
|
||||
[color=red][b] THIS IS AN AUTOMATED SYSTEM MESSAGE, PLEASE DO NOT REPLY![/b][/color]';
|
||||
$pm->save();
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ class AutoSoftDeleteDisabledUsers extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'User Account Must Be In Disabled Group For Atleast x Days';
|
||||
protected $description = 'User account must be In disabled group for at least x days';
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
|
||||
@@ -501,7 +501,7 @@ class CommentController extends Controller
|
||||
|
||||
$thankArray = [
|
||||
"Thanks for the upload [url={$uploader_url}][color={$uploader->group->color}][b]{$uploader->username}[/b][/color][/url] :vulcan_tone2:",
|
||||
"Beatiful upload [url={$uploader_url}][color={$uploader->group->color}][b]{$uploader->username}[/b][/color][/url] :fire:",
|
||||
"Beautiful upload [url={$uploader_url}][color={$uploader->group->color}][b]{$uploader->username}[/b][/color][/url] :fire:",
|
||||
"Cheers [url={$uploader_url}][color={$uploader->group->color}][b]{$uploader->username}[/b][/color][/url] for the upload :beers:",
|
||||
];
|
||||
}
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
| User Pruning
|
||||
|--------------------------------------------------------------------------
|
||||
| Users Account Must Be Atleast x Days Old
|
||||
| Users Last Login Atleast x Days Ago
|
||||
| Users Account Must Be At least x Days Old
|
||||
| Users Last Login At least x Days Ago
|
||||
| Soft Delete Disabled Users After x Days (Pruned Group)
|
||||
| Groups That Can Be Auto Disabled [DEFAULT] (User, PowerUser, SuperUser, Leech)
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ return [
|
||||
'internal' => 'Internal',
|
||||
'internal-release' => 'Internal release',
|
||||
'last-seed-activity' => 'Last seed activity',
|
||||
'last-seeder' => 'You Are The Last Remaining Seeder! (has been downloaded atleast 3 times)',
|
||||
'last-seeder' => 'You Are The Last Remaining Seeder! (has been downloaded at least 3 times)',
|
||||
'last-update' => 'Last update',
|
||||
'leave-tip' => 'Leave tip',
|
||||
'leecher' => 'Leecher',
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Your account has been flagged as inactive and placed within the disabled group. In order to keep your account you MUST
|
||||
login within {{ config('other.soft_delete') }} days of receiving this email. Failure to do so will result in your
|
||||
account
|
||||
being permanently pruned from use on {{ config('other.title') }}! To avoid this in the future please login atleast one
|
||||
being permanently pruned from use on {{ config('other.title') }}! To avoid this in the future please login at least one
|
||||
time
|
||||
every {{ config('other.last_login') }} days.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user