fix typos

This commit is contained in:
ghost 2023-09-16 18:03:57 +03:00
parent 6cfba39d1d
commit c4568713e0

View File

@ -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;