Use plural for text label
This commit is contained in:
parent
6bbe23983d
commit
3095b399b2
@ -359,7 +359,7 @@ local PAGES = {
|
|||||||
bgColor = colors.blue,
|
bgColor = colors.blue,
|
||||||
[Orientation:getId()] = Orientation.VERTICAL,
|
[Orientation:getId()] = Orientation.VERTICAL,
|
||||||
[Children:getId()] = {
|
[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 }
|
Text:new{ text = tostring(group:getStackCount()), bgColor = colors.blue }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user