diff --git a/vscode-frontmatter/snippets.en.json b/vscode-frontmatter/snippets.en.json index 07884a26b1..0ad2d86613 100644 --- a/vscode-frontmatter/snippets.en.json +++ b/vscode-frontmatter/snippets.en.json @@ -473,24 +473,24 @@ }, { "name": "name1", - "title": "The title of the first tab", + "title": "Title of the first tab", "type": "string" }, { "default": "FM_SELECTED_TEXT", "name": "content1", - "title": "The text for the first tab", + "title": "Text for the first tab", "type": "string" }, { "name": "name2", - "title": "The title of the second tab", + "title": "Title of the second tab", "type": "string" }, { "default": "", "name": "content2", - "title": "The text for the second tab", + "title": "Text for the second tab", "type": "string" } ]