diff --git a/src/library/valid.php b/src/library/valid.php index cc28c37..5e00a30 100644 --- a/src/library/valid.php +++ b/src/library/valid.php @@ -1176,7 +1176,7 @@ class Valid { array_push( $error, - _('Invalid magnet download data type') + _('Invalid magnet star data type') ); return false; @@ -1262,7 +1262,7 @@ class Valid { array_push( $error, - _('Invalid magnet download data type') + _('Invalid magnet view data type') ); return false;