Browse Source

feat/Added ERD sub header in settings modal

pull/3612/head
Muhammed Mustafa 2 years ago
parent
commit
70e4f1333e
  1. 8
      packages/nc-gui/components/dashboard/settings/Modal.vue
  2. 1
      packages/nc-gui/lang/en.json

8
packages/nc-gui/components/dashboard/settings/Modal.vue

@ -109,14 +109,14 @@ const tabsInfo: TabGroup = {
$e('c:table:ui-acl')
},
},
misc: {
title: t('general.misc'),
body: Misc,
},
erd: {
title: t('title.erd'),
body: Erd,
},
misc: {
title: t('general.misc'),
body: Misc,
},
},
onClick: () => {
$e('c:settings:proj-metadata')

1
packages/nc-gui/lang/en.json

@ -157,6 +157,7 @@
"isNotNull": "is not null"
},
"title": {
"erd": "ERD",
"newProj": "New Project",
"myProject": "My Projects",
"formTitle": "Form Title",

Loading…
Cancel
Save