mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 23:48:07 +00:00
fix typos
This commit is contained in:
parent
6cfba39d1d
commit
c4568713e0
@ -1176,7 +1176,7 @@ class Valid
|
|||||||
{
|
{
|
||||||
array_push(
|
array_push(
|
||||||
$error,
|
$error,
|
||||||
_('Invalid magnet download data type')
|
_('Invalid magnet star data type')
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
@ -1262,7 +1262,7 @@ class Valid
|
|||||||
{
|
{
|
||||||
array_push(
|
array_push(
|
||||||
$error,
|
$error,
|
||||||
_('Invalid magnet download data type')
|
_('Invalid magnet view data type')
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user