diff --git a/itemcontroller.lua b/itemcontroller.lua index 4858968..1bb9bf6 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -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 } } }