Skip to content

Commit

Permalink
fix: Typos in Feast UI error message (#2432)
Browse files Browse the repository at this point in the history
The error message refers to `feature_store.json` instead of `feature_store.yaml`.

Signed-off-by: Benjamin Tan <[email protected]>
  • Loading branch information
benjamintanweihao authored Mar 22, 2022
1 parent 9b94f7b commit e14369d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/ProjectOverviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ProjectOverviewPage = () => {
body={
<p>
There was an error loading the Project Configurations.
Please check that <code>feature_store.json</code> file is
Please check that <code>feature_store.yaml</code> file is
available and well-formed.
</p>
}
Expand All @@ -70,7 +70,7 @@ const ProjectOverviewPage = () => {
registered in Feast.
</p>
<p>
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
Expand Down

0 comments on commit e14369d

Please sign in to comment.