diff --git a/en/application-dev/ui/ui-ts-building-data-model.md b/en/application-dev/ui/ui-ts-building-data-model.md index 8ca60a2c02f5310baf8ec4fa581dc2117c62decd..bb3454cc6299d4910445caaae2e14f7478591425 100644 --- a/en/application-dev/ui/ui-ts-building-data-model.md +++ b/en/application-dev/ui/ui-ts-building-data-model.md @@ -12,7 +12,7 @@ On the created page, we use various items to describe food, such as food names, ![en-us_image_0000001223127760](figures/en-us_image_0000001223127760.png) 2. Define a food data storage model, FoodData, and an enum variable, Category. The FoodData class contains the food ID, name, category, image, calories, protein, fat, carbohydrates, and vitamin C attributes. - The eTS programming language is an extension of the TS language and also supports the TS syntax. + The ArkTS programming language is an extension of the TS language and also supports the TS syntax. ```