diff --git a/CHANGELOG.md b/CHANGELOG.md index 056e985e..2978cd7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - [#469](https://github.com/estruyf/vscode-front-matter/issues/469): Fix for using the root folder as content folder - [#470](https://github.com/estruyf/vscode-front-matter/issues/470): Fix `initialize project` dashboard description +- [#480](https://github.com/estruyf/vscode-front-matter/issues/480): Updated _add missing fields_ label to _add missing fields to content-type_ - [#482](https://github.com/estruyf/vscode-front-matter/issues/482): Update the description when you want to overwrite the default content type description - [#488](https://github.com/estruyf/vscode-front-matter/issues/488): Fix an issue where the `.frontmatter` folder gets created before initializing the project - [#493](https://github.com/estruyf/vscode-front-matter/issues/493): Fix an issue where a custom placeholder value is replaced by an `array` instead of a `string` diff --git a/src/panelWebView/components/ContentType/ContentTypeValidator.tsx b/src/panelWebView/components/ContentType/ContentTypeValidator.tsx index cc34146e..75836900 100644 --- a/src/panelWebView/components/ContentType/ContentTypeValidator.tsx +++ b/src/panelWebView/components/ContentType/ContentTypeValidator.tsx @@ -64,29 +64,29 @@ export const ContentTypeValidator: React.FunctionComponent - Content type + Content-type

- We noticed field differences between the content type and the front matter data. + We noticed field differences between the content-type and the front matter data.

- Would you like to create, update, or set the content type for this content? + Would you like to create, update, or set the content-type for this content?

- Create content type + Create content-type - Add missing fields + Add missing fields to content-type - Set content type + Change content-type of the file