Skip to content

Commit 351223c

Browse files
committed
Add ":" for final display
Final polish before publishing
1 parent 7aa4506 commit 351223c

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
@@ -2264,7 +2264,7 @@ function buildMode:RefreshStatList()
22642264
for i, pinned in ipairs(self.calcsTab.sidebarPinnedStats) do
22652265
local label = pinned.pinnedLabel or ("Pinned " .. tostring(i))
22662266
local value = formatCalcStr(pinned.format, actor, pinned)
2267-
t_insert(statBoxList, { height = 16, "^7" .. label, "^7" .. tostring(value) })
2267+
t_insert(statBoxList, { height = 16, "^7" .. label .. ":", "^7" .. tostring(value) })
22682268
end
22692269
end
22702270
self:InsertItemWarnings()

0 commit comments

Comments
 (0)