Changing form UI

Label is not translatable

The camel-case phrases for titles, labels and messages generally acts as a key to a translatable string (so that it can be translated into a different language). It is untranslatable because no translations have been provided. You can make them translatable, but you have to supply the values.

In many instances, you can add them with a globe icon, as this example shows:

FinanceDimension1 is a BusinessClass
      owned by GeneralLedger

Persistent Fields
        XYZPrimaryMarket             is Numeric size 1
            States
                Commercial   value is 1
                Residential    value is 2
                Government  value is 3  
           default label is configuration:”PrimaryMarket”
              translation for <locale> is “<value>”