My custom component's name is missing "component"

So I created a c++ actor component that I plan to put into several of my pawns in the world when I created it I called it GravityComponent yet whenever I reference it in a blueprint it shows up as Gravity, nothing else.

I’d like it to say GravityComponent instead similar to StaticMeshComponent.

Simple thing/Hard to explain