diff --git a/src/app/admin/config-workflow/config-workflow.component.html b/src/app/admin/config-workflow/config-workflow.component.html
index 48b2af4..6f8b3d0 100644
--- a/src/app/admin/config-workflow/config-workflow.component.html
+++ b/src/app/admin/config-workflow/config-workflow.component.html
@@ -28,7 +28,7 @@
{{ entityName }}
-
-
-
{{ loggedInUser }}
-
-
-
-
+
+
diff --git a/src/assets/i18n/global/en-global.json b/src/assets/i18n/global/en-global.json
index a26b24e..8762029 100644
--- a/src/assets/i18n/global/en-global.json
+++ b/src/assets/i18n/global/en-global.json
@@ -23,6 +23,7 @@
"ADD_DOCUMENT": "Add Document",
"EDIT_TEMPLATE": "Edit Template",
+ "EDIT_SCHEMA": "Edit Schema",
"DELETE_TEMPLATE": "Delete Template",
"DELETE_CONFIRM":"Are you sure you want to delete this template?",
"GENERAL_TEMPLATE": "General Templates",
diff --git a/src/assets/i18n/global/hi-global.json b/src/assets/i18n/global/hi-global.json
index 2aad7cb..d0b9b0e 100644
--- a/src/assets/i18n/global/hi-global.json
+++ b/src/assets/i18n/global/hi-global.json
@@ -24,6 +24,7 @@
"ADD_DOCUMENT":"दस्तावेज़ जोड़ें",
"EDIT_TEMPLATE":"टेम्पलेट संपादित करें",
+ "EDIT_SCHEMA": "स्कीमा संपादित करें",
"DELETE_TEMPLATE": "टेम्पलेट हटाएँ",
"DELETE_CONFIRM":"क्या आप वाकई इस टेम्पलेट को हटाना चाहते हैं?",
"GENERAL_TEMPLATE":"सामान्य टेम्पलेट्स",