mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Show torrent unregister action in log actions (#1696)
* Show torrent unregister action in log actions * Update LogAction.php * Update CHANGELOG.md * Update main.php * Update main.php
This commit is contained in:
parent
6f59d5fea6
commit
47e8c9a7ee
5 changed files with 15 additions and 3 deletions
|
@ -2815,6 +2815,7 @@ $lang['LOG_ACTION']['LOG_TYPE'] = [
|
|||
'mod_topic_unset_downloaded' => 'Topic:<br /> <b>unset downloaded</b>',
|
||||
'mod_topic_change_tor_status' => 'Topic:<br /> <b>changed torrent status</b>',
|
||||
'mod_topic_change_tor_type' => 'Topic:<br /> <b>changed torrent type</b>',
|
||||
'mod_topic_tor_unregister' => 'Topic:<br /> <b>torrent unregistered</b>',
|
||||
'mod_topic_renamed' => 'Topic:<br /> <b>renamed</b>',
|
||||
'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
|
||||
'mod_post_pin' => 'Post:<br /> <b>pinned</b>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue