Minor improvements (#1571)

* Minor improvements

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-08-04 23:04:12 +07:00 committed by GitHub
commit f39fde2fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
- Added showing releaser stats in profile [\#1568](https://github.com/torrentpier/torrentpier/pull/1568) ([belomaxorka](https://github.com/belomaxorka))
- Fixed `md5()` deprecated in PHP 8.4 [\#1561](https://github.com/torrentpier/torrentpier/pull/1561) ([belomaxorka](https://github.com/belomaxorka))
- Increased `USEREMAIL_MAX_LENGTH` [\#1566](https://github.com/torrentpier/torrentpier/pull/1566) ([belomaxorka](https://github.com/belomaxorka))
- Minor improvements [\#1570](https://github.com/torrentpier/torrentpier/pull/1570) ([belomaxorka](https://github.com/belomaxorka))
- Minor improvements [\#1570](https://github.com/torrentpier/torrentpier/pull/1570), [\#1571](https://github.com/torrentpier/torrentpier/pull/1571) ([belomaxorka](https://github.com/belomaxorka))
- New Crowdin updates [\#1569](https://github.com/torrentpier/torrentpier/pull/1569) ([Exileum](https://github.com/Exileum))
## [v2.4.4](https://github.com/torrentpier/torrentpier/tree/v2.4.4) (2024-07-22)

View file

@ -1423,7 +1423,7 @@ $lang['BT_SEEDER_LAST_SEEN'] = 'Seed last seen';
$lang['BT_SORT_FORUM'] = 'Forum';
$lang['SIZE'] = 'Size';
$lang['PIECE_LENGTH'] = 'Piece length';
$lang['COMPLETED'] = 'Completed';
$lang['COMPLETED'] = 'Completed downloads';
$lang['ADDED'] = 'Added';
$lang['DELETE_TORRENT'] = 'Delete torrent';
$lang['DELETE_MOVE_TORRENT'] = 'Delete and move topic';