diff --git a/fiori/app/browse/fiori-service.cds b/fiori/app/browse/fiori-service.cds index a74d749f..486d706c 100644 --- a/fiori/app/browse/fiori-service.cds +++ b/fiori/app/browse/fiori-service.cds @@ -42,10 +42,12 @@ annotate CatalogService.Books with @(UI : { currency_code ], LineItem : [ - {Value : title}, - {Value : author.ID}, { - Value : authorName, + Value : ID, + Label : '{i18n>Title}' + }, + { + Value : author.ID, Label : '{i18n>Author}' }, {Value : genre.name},