Browse Source

feat/Minor UI fix

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

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

@ -110,7 +110,7 @@ const tabsInfo: TabGroup = {
},
},
erd: {
title: t('title.erd'),
title: t('title.erdView'),
body: Erd,
},
misc: {

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

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

Loading…
Cancel
Save