I need to express this phrase as a short compound to be used as programming variable name (this phrase is in the context of a software user interface):
the block showing current chatters
I have the following options:
Current Chatter Block
Current Chatters' Block
Which option would carry better sense? Option 1 is shorter but it doesn't seem to carry the correct meaning as the block contains a list of multiple chatter names, not just only 1 chatter name.
However, the second option when written as variable name, it would be: Current_Chatters_Block, this comes without the apostrophe, does it look ok?