diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/statsmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/statsmanager.lua b/core/statsmanager.lua index 8323c160..686fc895 100644 --- a/core/statsmanager.lua +++ b/core/statsmanager.lua @@ -83,7 +83,7 @@ if stats then end local function unwrap_legacy_extra(extra, type_, name, unit) - local description = extra and extra.description or "Legacy "..type_.." metric "..name + local description = extra and extra.description or name.." "..type_ unit = extra and extra.unit or unit return description, unit end |