Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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