Skip to content

Commit c69d64e

Browse files
committed
Add ":" for final display
Final polish before publishing
1 parent f0e6750 commit c69d64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/Build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ function buildMode:RefreshStatList()
20852085
for i, pinned in ipairs(self.calcsTab.sidebarPinnedStats) do
20862086
local label = pinned.pinnedLabel or ("Pinned " .. tostring(i))
20872087
local value = formatCalcStr(pinned.format, actor, pinned)
2088-
t_insert(statBoxList, { height = 16, "^7" .. label, "^7" .. tostring(value) })
2088+
t_insert(statBoxList, { height = 16, "^7" .. label .. ":", "^7" .. tostring(value) })
20892089
end
20902090
end
20912091
self:InsertItemWarnings()

0 commit comments

Comments
 (0)