mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Use the word "Active" instead of "Current"
This commit is contained in:
@@ -154,7 +154,7 @@ public abstract class Achievement {
|
||||
public String getSubTitle() {
|
||||
if (showBest) {
|
||||
if (showCurrent) {
|
||||
return "Best: " + formatValue(best) + " Current: " + formatValue(current);
|
||||
return "Best: " + formatValue(best) + " Active: " + formatValue(current);
|
||||
}
|
||||
return "Best: " + formatValue(best);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user