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

This commit is contained in:
Mothblocks
2022-07-21 16:47:37 -07:00
committed by GitHub
parent 5ef8356b9d
commit e26d76a479
2 changed files with 2 additions and 3 deletions

View File

@@ -763,9 +763,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;