refactor isSeedBox judgement

This commit is contained in:
xiaomlove
2025-05-11 02:33:22 +07:00
parent 6ff9d70ebc
commit 4b39d708d2
32 changed files with 1030 additions and 233 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ return [
'subject' => 'SeedBox record status changed',
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
],
'is_seed_box_yes' => 'This IP is SeedBox, identified by the record with ID :id',
'is_seed_box_yes' => 'This IP is SeedBox',
'is_seed_box_no' => 'This IP is not SeedBox',
];