rename translation section to Dictionary

This commit is contained in:
Jacob Overgaard
2023-07-25 16:38:52 +02:00
parent 4094afa74c
commit abdbc2d918

View File

@@ -1,15 +1,15 @@
import type { ManifestDashboard, ManifestSection, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
const sectionAlias = 'Umb.Section.Translation';
const sectionAlias = 'Umb.Section.Dictionary';
const section: ManifestSection = {
type: 'section',
alias: sectionAlias,
name: 'Translation Section',
name: 'Dictionary Section',
weight: 100,
meta: {
label: 'Translation',
pathname: 'translation',
label: 'Dictionary',
pathname: 'dictionary',
},
};