From e14369def00c116e05c91475c29fa32ab2fa8aeb Mon Sep 17 00:00:00 2001 From: Benjamin Tan Wei Hao Date: Wed, 23 Mar 2022 00:40:45 +0800 Subject: [PATCH] fix: Typos in Feast UI error message (#2432) The error message refers to `feature_store.json` instead of `feature_store.yaml`. Signed-off-by: Benjamin Tan --- ui/src/pages/ProjectOverviewPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/ProjectOverviewPage.tsx b/ui/src/pages/ProjectOverviewPage.tsx index 00e6bf1aa7..854af49375 100644 --- a/ui/src/pages/ProjectOverviewPage.tsx +++ b/ui/src/pages/ProjectOverviewPage.tsx @@ -51,7 +51,7 @@ const ProjectOverviewPage = () => { body={

There was an error loading the Project Configurations. - Please check that feature_store.json file is + Please check that feature_store.yaml file is available and well-formed.

} @@ -70,7 +70,7 @@ const ProjectOverviewPage = () => { registered in Feast.

- It look like this project already have some objects + It looks like this project already has some objects registered. If you are new to this project, we suggest starting by exploring the Feature Services, as they represent the collection of Feature Views serving a