We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94f7b commit e14369dCopy full SHA for e14369d
ui/src/pages/ProjectOverviewPage.tsx
@@ -51,7 +51,7 @@ const ProjectOverviewPage = () => {
51
body={
52
<p>
53
There was an error loading the Project Configurations.
54
- Please check that <code>feature_store.json</code> file is
+ Please check that <code>feature_store.yaml</code> file is
55
available and well-formed.
56
</p>
57
}
@@ -70,7 +70,7 @@ const ProjectOverviewPage = () => {
70
registered in Feast.
71
72
73
- It look like this project already have some objects
+ It looks like this project already has some objects
74
registered. If you are new to this project, we suggest
75
starting by exploring the Feature Services, as they
76
represent the collection of Feature Views serving a
0 commit comments