modal show global

This commit is contained in:
xiaomlove
2022-08-10 17:38:05 +08:00
parent 72b80887a4
commit e9b141fc00
34 changed files with 1106 additions and 175 deletions

View File

@@ -73,7 +73,7 @@ class SeedBoxRepository extends BaseRepository
}
$params['version'] = $ipEnd->getVersion();
} else {
throw new \InvalidArgumentException("Require ip or ip_begin + ip_end");
throw new \InvalidArgumentException(nexus_trans('label.seed_box_record.ip_help'));
}
return $params;