Problem with old values of an enum

Hi, I have a situation that does not solve, in studio I created an Enum with different values “string”, in an entity editor I use this enum in a field, the problem is that when I delete or modify a value in studio, it is not reflected In the feature editor, the old values still appear. I have made sure that in the table where the enum is recorded no longer has any old value. I attach the images.
Greetings and thanks

enum-produccion

enum-studio

Hi,

In the running application, localized values are displayed.
It seems you have modified the enum, but the corresponding record in the message pack remains old.

Modify also the localization of enum.

EnumTest

Thanks Rotislav, sorry it was obvious but I did not have a good day and I did not see it.
Greetings.