Use plural for text label

This commit is contained in:
Gabriel Tofvesson 2024-10-12 00:52:22 +02:00
parent 6bbe23983d
commit 3095b399b2

View File

@ -359,7 +359,7 @@ local PAGES = {
bgColor = colors.blue,
[Orientation:getId()] = Orientation.VERTICAL,
[Children:getId()] = {
Text:new{ text = "Slot", bgColor = colors.blue },
Text:new{ text = "Slots", bgColor = colors.blue },
Text:new{ text = tostring(group:getStackCount()), bgColor = colors.blue }
}
}