mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Renamed Balance/Rebalance to Balance, and removes unused rebalance tag (#68485)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ reset_label = "GBP: Reset"
|
||||
"Accessibility" = 3
|
||||
"Administration" = 2
|
||||
"Atomic" = 2
|
||||
"Balance/Rebalance" = -5
|
||||
"Balance" = -5
|
||||
"Code Improvement" = 2
|
||||
"Documentation" = 1
|
||||
"Feature" = -6
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user