From c4568713e0c1ce49518f8b96b22bc5648936f0f0 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 16 Sep 2023 18:03:57 +0300 Subject: [PATCH] fix typos --- src/library/valid.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;