BUG: the product general attributes (name, sku, price, quantity) are wrongly in "Images and Videos" section now

Github Issue: 2016

The wrong code is:

It tries to rename an attribute group with Images title to Images and Videos.
But attribute group titles are editable by admin.
Moreover, an administrator can delete standard attribute groups.
Moreover, why does the code looks for Images tab and not for Image Management tab?
Anyway, the Images attribute group could be absent.
Look at the code:

If the Images attribute group is absent then the default attribute group will be renamed to Images and Videos, and this is the bug.