mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +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(
|
||||
$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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue