diff --git a/src/app/editor/proto-field/proto-field.component.ts b/src/app/editor/proto-field/proto-field.component.ts index 4a1fca2..0446915 100644 --- a/src/app/editor/proto-field/proto-field.component.ts +++ b/src/app/editor/proto-field/proto-field.component.ts @@ -77,7 +77,7 @@ import { StringFieldComponent } from '../string-field/string-field.component'; None @for(option of enumConfiguration().options; track option) { - {{ + {{ option.friendlyName || option.protoName }} }