Added ability to view "Watching topics" of other people's (Admins) (#1336)

* Added ability to view "Watching topics" of other people's (For admins only)

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-01-24 01:03:38 +07:00 committed by GitHub
commit f154d706f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 4 deletions

View file

@ -1584,7 +1584,7 @@ $lang['DEL_LIST_INFO'] = 'To delete an order from the list, click on the icon to
// Watched topics
$lang['WATCHED_TOPICS'] = 'Watched topics';
$lang['NO_WATCHED_TOPICS'] = 'You are not watching any topics';
$lang['NO_WATCHED_TOPICS'] = 'No watching any topics';
// set_die_append_msg
$lang['INDEX_RETURN'] = 'Back to home page';