[MIRROR] Renamed Balance/Rebalance to Balance, and removes unused rebalance tag [MDB IGNORE] (#15103)

* Renamed Balance/Rebalance to Balance, and removes unused rebalance tag (#68485)

* Renamed Balance/Rebalance to Balance, and removes unused rebalance tag

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-07-22 19:09:00 +02:00
committed by GitHub
parent a7d4dee706
commit 2da0e28b04
2 changed files with 2 additions and 3 deletions

View File

@@ -764,9 +764,8 @@ function checkchangelog($payload, $compile = true) {
}
break;
case 'balance':
case 'rebalance':
if($item != 'rebalanced something'){
$tags[] = 'Balance/Rebalance';
$tags[] = 'Balance';
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
}
break;