diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b089abd..214aeba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - [#433](https://github.com/estruyf/vscode-front-matter/issues/433): Fix issue with rendering an incorrect title value on the content dashboard - [#462](https://github.com/estruyf/vscode-front-matter/issues/462): Fix issue in script error notification - [#465](https://github.com/estruyf/vscode-front-matter/issues/465): Deleted content does not get added in git when syncing +- [#471](https://github.com/estruyf/vscode-front-matter/issues/471): Fix typo on data dashboard ## [8.1.2] - 2022-10-06 diff --git a/src/dashboardWebView/components/DataView/DataView.tsx b/src/dashboardWebView/components/DataView/DataView.tsx index 8f3939df..ce342c66 100644 --- a/src/dashboardWebView/components/DataView/DataView.tsx +++ b/src/dashboardWebView/components/DataView/DataView.tsx @@ -252,7 +252,7 @@ export const DataView: React.FunctionComponent = (props: React.P

No data files found

- Read read more to get started using data files

+ Read more to get started using data files

)