1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Fix typo.

Where used:
b3490a8b55/plugin/YPTSocket/footer.php (L147)

Was in locale as: 'Your User  ID'
Should be in locale as: 'Your User ID'
This commit is contained in:
Caleb Mazalevskis 2022-11-23 13:46:30 +08:00
parent 4efb1568e9
commit 99c1b514ae
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
25 changed files with 25 additions and 25 deletions

View file

@ -1514,7 +1514,7 @@ $t['Your Payout request was saved!'] = 'Your Payout request was saved!';
$t['Your Site Configurations is set to Allow Download'] = 'Your Site Configurations is set to Allow Download';
$t['Your Site Configurations is set to NOT Allow Download'] = 'Your Site Configurations is set to NOT Allow Download';
$t['Your Small Logo'] = 'Your Small Logo';
$t['Your User ID'] = 'Your User ID';
$t['Your User ID'] = 'Your User ID';
$t['Your ad has NOT been deleted!'] = 'Your ad has NOT been deleted!';
$t['Your ad has NOT been saved!'] = 'Your ad has NOT been saved!';
$t['Your ad has been deleted!'] = 'Your ad has been deleted!';