Minor improvements (#1467)

* Minor improvements

* Update CHANGELOG.md

* Update change_user_rank.php
This commit is contained in:
Roman Kelesidis 2024-05-05 09:51:16 +07:00 committed by GitHub
commit 3c297fce24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View file

@ -2095,6 +2095,7 @@ $lang['MOVE_CONTENTS'] = 'Move all contents';
$lang['FORUM_DELETE'] = 'Delete Forum';
$lang['FORUM_DELETE_EXPLAIN'] = 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.';
$lang['CATEGORY_DELETE'] = 'Delete Category';
$lang['CATEGORY_NAME_EMPTY'] = 'Category name not specified';
$lang['STATUS_LOCKED'] = 'Locked';
$lang['STATUS_UNLOCKED'] = 'Unlocked';