Update manifests.ts

Updates label for edit view (was Info, should be Content)
This commit is contained in:
Nathan Woulfe
2023-01-12 11:39:30 +10:00
committed by GitHub
parent b249caf1ec
commit 19492e5b24

View File

@@ -20,7 +20,7 @@ const workspaceViews: Array<ManifestWorkspaceView> = [
weight: 200,
meta: {
workspaces: ['Umb.Workspace.Document'],
label: 'Info',
label: 'Content',
pathname: 'content',
icon: 'document',
},