#372 - Update taxonomy to taxonomies

This commit is contained in:
Elio Struyf
2022-07-18 17:30:19 +03:00
parent 6b940e2f24
commit dab6a46d98
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## [8.1.0] - 2022-xx-xx
### 🎨 Enhancements
- [#372](https://github.com/estruyf/vscode-front-matter/issues/372): Rename Taxonomy tab to Taxonomies
### ⚡️ Optimizations
### 🐞 Fixes
## [8.0.1] - 2022-07-13
### 🐞 Fixes
+1 -1
View File
@@ -1533,7 +1533,7 @@
},
{
"command": "frontMatter.dashboard.taxonomy",
"title": "Open taxonomy dashboard",
"title": "Open taxonomies dashboard",
"category": "Front matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
@@ -54,7 +54,7 @@ export const Tabs: React.FunctionComponent<ITabsProps> = ({ onNavigate }: React.
<Tab
navigationType={NavigationType.Taxonomy}
onNavigate={onNavigate}>
<TagIcon className={`h-6 w-auto mr-2`} /><span>Taxonomy</span>
<TagIcon className={`h-6 w-auto mr-2`} /><span>Taxonomies</span>
</Tab>
</li>
</FeatureFlag>