mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 18:15:33 +00:00
fix typos
This commit is contained in:
parent
6cfba39d1d
commit
c4568713e0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue